AWSChimeSDKMessagingPushNotificationType

Objective-C

NS_ENUM(NSInteger, AWSChimeSDKMessagingPushNotificationType) {
    AWSChimeSDKMessagingPushNotificationTypeUnknown,
    AWSChimeSDKMessagingPushNotificationTypeDefault,
    AWSChimeSDKMessagingPushNotificationTypeVoip,
}

Swift

enum AWSChimeSDKMessagingPushNotificationType : Int, @unchecked Sendable

Undocumented