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
/
SubscriptionStateKind.ts
12 lines
(11 loc)
•
275 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
enum
SubscriptionStateKind
{ Default =
0
, Subscribed =
1
, MutedByApi =
-2
, NotSubscribed =
-10
, TemporaryWebRecord =
-20
, PermissionRevoked =
-21
, PushSubscriptionRevoked =
-22
, ServiceWorkerStatus403 =
-23
, ServiceWorkerStatus404 =
-24
}