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
optedIn and enabled will consider provisional as true
* Provisional permission means notifications can be displayed.
* In this case, even though the user has not explicitly accepted push notification permissions, we will consider `optedIn` and `enabled` as true
* In addition, the server also considers this user to be subscribed with provisional permission
* Update the `_accepted` property on a push subscription model to reflect `reachable` instead of `accepted`
// Defaults to true for email & SMS, defaults to false for push
167
+
/**
168
+
This is set by the permission state changing.
169
+
Defaults to true for email & SMS, defaults to false for push.
170
+
Note that this property reflects the `reachable` property of a permission state. As provisional permission is considered to be `optedIn` and `enabled`.
0 commit comments