UNPKG

onesignal-web-sdk

Version:

Web push notifications from OneSignal.

11 lines (10 loc) 274 B
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 }