Function checkPermissions

  • Check if the POST_NOTIFICATIONS android permission has been granted. If this module is running inside an emulator, this function will always return false, as notifications are not supported on emulators

    Returns Promise<boolean>

    A promise that resolves to true if the permission has been granted, false otherwise.