Enumerations
The following enumerations are available globally.
-
Supported notification types.
The SDK expects the value of notification’s payload
See moretype
field to be one of these valuesDeclaration
Swift
public enum NotificationType : String, CaseIterable
-
Supported Rich Push Notification category types.
The SDK expects the value of notification’s payload
See morecategory
field to be one of these valuesDeclaration
Swift
public enum RichPushCategory : String, CaseIterable
-
Supported Rich Push Notification Quick Actions.
The SDK uses these values to:
- Set an identifier for category actions during setup
- Identify which action the user initiated
Declaration
Swift
public enum RichPushAction : String, CaseIterable