Skip to content

Commit 0d5026b

Browse files
committed
Add ephemeral
1 parent d3789bf commit 0d5026b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

com.onesignal.unity.core/Runtime/Notifications/Models/NotificationPermission.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public enum NotificationPermission {
3030
NotDetermined = 0,
3131
Denied,
3232
Authorized,
33-
Provisional
33+
Provisional,
34+
Ephemeral
3435
}
3536
}

0 commit comments

Comments
 (0)