AWSChimeSDKMessagingAllowNotifications
Objective-C
NS_ENUM(NSInteger, AWSChimeSDKMessagingAllowNotifications) {
AWSChimeSDKMessagingAllowNotificationsUnknown,
AWSChimeSDKMessagingAllowNotificationsAll,
AWSChimeSDKMessagingAllowNotificationsNone,
AWSChimeSDKMessagingAllowNotificationsFiltered,
}
Swift
enum AWSChimeSDKMessagingAllowNotifications : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingAllowNotificationsUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingAllowNotificationsAllSwift
case all = 1 -
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingAllowNotificationsNoneSwift
case none = 2 -
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingAllowNotificationsFilteredSwift
case filtered = 3
View on GitHub
Install in Dash
AWSChimeSDKMessagingAllowNotifications Enumeration Reference