AWSChimeSDKIdentityUpdateAppInstanceUserEndpointRequest
Objective-C
@interface AWSChimeSDKIdentityUpdateAppInstanceUserEndpointRequest
Swift
class AWSChimeSDKIdentityUpdateAppInstanceUserEndpointRequest
-
Boolean that controls whether the
AppInstanceUserEndpointis opted in to receive messages.ALLindicates the endpoint will receive all messages.NONEindicates the endpoint will receive no messages.Declaration
Objective-C
@property (nonatomic) AWSChimeSDKIdentityAllowMessages allowMessages;Swift
var allowMessages: AWSChimeSDKIdentityAllowMessages { get set } -
The ARN of the
AppInstanceUser.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceUserArn;Swift
var appInstanceUserArn: String? { get set } -
The unique identifier of the
AppInstanceUserEndpoint.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable endpointId;Swift
var endpointId: String? { get set } -
The name of the
AppInstanceUserEndpoint.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKIdentityUpdateAppInstanceUserEndpointRequest Class Reference