Enumerations

The following enumerations are available globally.

  • Supported notification types.

    The SDK expects the value of notification’s payload type field to be one of these values

    See more

    Declaration

    Swift

    public enum NotificationType : String, CaseIterable
  • Supported Rich Push Notification category types.

    The SDK expects the value of notification’s payload category field to be one of these values

    See more

    Declaration

    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
    See more

    Declaration

    Swift

    public enum RichPushAction : String, CaseIterable