AWSChimeSDKMessagingSearchChannelsRequest

Objective-C

@interface AWSChimeSDKMessagingSearchChannelsRequest

Swift

class AWSChimeSDKMessagingSearchChannelsRequest
  • The AppInstanceUserArn of the user making the API call.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable chimeBearer;

    Swift

    var chimeBearer: String? { get set }
  • A list of the Field objects in the channel being searched.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSChimeSDKMessagingSearchField *> *_Nullable fields;

    Swift

    var fields: [AWSChimeSDKMessagingSearchField]? { get set }
  • The maximum number of channels that you want returned.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • The token returned from previous API requests until the number of channels is reached.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }