AWSChimeSDKMessagingListChannelFlowsResponse
Objective-C
@interface AWSChimeSDKMessagingListChannelFlowsResponse
Swift
class AWSChimeSDKMessagingListChannelFlowsResponse
-
The information about each channel flow.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKMessagingChannelFlowSummary *> *_Nullable channelFlows;
Swift
var channelFlows: [AWSChimeSDKMessagingChannelFlowSummary]? { 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 }