AWSChimeSDKMessagingSearchChannelsResponse
Objective-C
@interface AWSChimeSDKMessagingSearchChannelsResponse
Swift
class AWSChimeSDKMessagingSearchChannelsResponse
-
A list of the channels in the request.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKMessagingChannelSummary *> *_Nullable channels;Swift
var channels: [AWSChimeSDKMessagingChannelSummary]? { get set } -
The token returned from previous API responses until the number of channels is reached.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKMessagingSearchChannelsResponse Class Reference