AWSChimeSDKMessagingListChannelsAssociatedWithChannelFlowResponse
Objective-C
@interface AWSChimeSDKMessagingListChannelsAssociatedWithChannelFlowResponse
Swift
class AWSChimeSDKMessagingListChannelsAssociatedWithChannelFlowResponse
-
The information about each channel.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKMessagingChannelAssociatedWithFlowSummary *> *_Nullable channels;Swift
var channels: [AWSChimeSDKMessagingChannelAssociatedWithFlowSummary]? { get set } -
The token passed by previous API calls until all requested channels are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingListChannelsAssociatedWithChannelFlowResponse Class Reference