UNPKG
onesignal-web-sdk
Version:
latest (1.2.1)
1.2.1
1.2.0
Web push notifications from OneSignal.
onesignal-web-sdk
/
src
/
models
/
UnsubscriptionStrategy.ts
11 lines
(10 loc)
•
274 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
const
enum
UnsubscriptionStrategy
{
/** * Actually unsubscribe the user by removing the push subscription. */
DestroySubscription,
/** * Mute the user from receiving notifications by marking a flag in our database. */
MarkUnsubscribed }