AWSConnectApplication
Objective-C
@interface AWSConnectApplication
Swift
class AWSConnectApplication
This API is in preview release for Amazon Connect and is subject to change.
A third-party application’s metadata.
-
The permissions that the agent is granted on the application. Only the
ACCESSpermission is supported.Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable applicationPermissions;Swift
var applicationPermissions: [String]? { get set } -
Namespace of the application that you want to give access to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable namespace;Swift
var namespace: String? { get set }
View on GitHub
Install in Dash
AWSConnectApplication Class Reference