AWSChimeSDKMessagingChannelMode
Objective-C
NS_ENUM(NSInteger, AWSChimeSDKMessagingChannelMode) {
AWSChimeSDKMessagingChannelModeUnknown,
AWSChimeSDKMessagingChannelModeUnrestricted,
AWSChimeSDKMessagingChannelModeRestricted,
}
Swift
enum AWSChimeSDKMessagingChannelMode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingChannelModeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingChannelModeUnrestrictedSwift
case unrestricted = 1 -
Undocumented
Declaration
Objective-C
AWSChimeSDKMessagingChannelModeRestrictedSwift
case restricted = 2
View on GitHub
Install in Dash
AWSChimeSDKMessagingChannelMode Enumeration Reference