UNPKG

onesignal-web-sdk

Version:

Web push notifications from OneSignal.

17 lines (15 loc) 398 B
enum NotificationPermission { /** * The user has not granted notification permissions and may have just dismissed the notification permission prompt. */ Default = "default", /** * The user has granted notification permissions. */ Granted = "granted", /** * The user has blocked notifications. */ Denied = "denied" } export { NotificationPermission };