AWSChimeSDKMessagingAllowNotifications
Objective-C
NS_ENUM(NSInteger, AWSChimeSDKMessagingAllowNotifications) {
AWSChimeSDKMessagingAllowNotificationsUnknown,
AWSChimeSDKMessagingAllowNotificationsAll,
AWSChimeSDKMessagingAllowNotificationsNone,
AWSChimeSDKMessagingAllowNotificationsFiltered,
}
Swift
enum AWSChimeSDKMessagingAllowNotifications : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingAllowNotificationsUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingAllowNotificationsAll
Swift
case all = 1
-
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingAllowNotificationsNone
Swift
case none = 2
-
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingAllowNotificationsFiltered
Swift
case filtered = 3