PushNotificationVersion
public enum PushNotificationVersion : Int
The unbluPushNotificationVersion
NotEncrypted - Notifications are not encrypted, PushKit notifications are supported
Encrypted - All notifications, including PushKit, are encrypted
EncryptedService - All notifications, including PushKit, are encrypted. Using this version, a notification service extension must be added where notifications will be decrypted using the UnbluEncryptedNotificationServiceHelper
.
-
Declaration
Swift
case NotEncrypted = 1
-
Declaration
Swift
case Encrypted = 2
-
Declaration
Swift
case EncryptedService = 3