You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check notifications permission status and get notifications settings values.
730
731
731
732
> [!IMPORTANT]
732
-
> On Android >= 13, the `checkNotifications` function will never return a `blocked` status. You need to call `requestNotifications` to obtain that information.
733
+
> On Android 13+, the `checkNotifications` function will never return a `blocked` status. You need to call `requestNotifications` to obtain that information.
733
734
734
735
```ts
735
736
function checkNotifications():Promise<NotificationsResponse>;
0 commit comments