Enumerations
The following enumerations are available globally.
-
Supported notification types.
The SDK expects the value of notification’s payload
See moretypefield 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 morecategoryfield 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
View on GitHub
Enumerations Reference