AWSChimeSDKIdentityUpdateAppInstanceUserEndpointRequest
Objective-C
@interface AWSChimeSDKIdentityUpdateAppInstanceUserEndpointRequest
Swift
class AWSChimeSDKIdentityUpdateAppInstanceUserEndpointRequest
-
Boolean that controls whether the
AppInstanceUserEndpoint
is opted in to receive messages.ALL
indicates the endpoint will receive all messages.NONE
indicates 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 }