AWSChimeSDKIdentityAppInstanceUserEndpointSummary
Objective-C
@interface AWSChimeSDKIdentityAppInstanceUserEndpointSummary
Swift
class AWSChimeSDKIdentityAppInstanceUserEndpointSummary
Summary of the details of an AppInstanceUserEndpoint.
-
BBoolean 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 } -
A read-only field that represent the state of an
AppInstanceUserEndpoint.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityEndpointState *_Nullable endpointState;Swift
var endpointState: AWSChimeSDKIdentityEndpointState? { get set } -
The name of the
AppInstanceUserEndpoint.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set } -
The type of the
AppInstanceUserEndpoint.Declaration
Objective-C
@property (nonatomic) AWSChimeSDKIdentityAppInstanceUserEndpointType types;Swift
var types: AWSChimeSDKIdentityAppInstanceUserEndpointType { get set }
View on GitHub
Install in Dash
AWSChimeSDKIdentityAppInstanceUserEndpointSummary Class Reference