AWSPinpointTargetingADMChannelRequest
Objective-C
@interface AWSPinpointTargetingADMChannelRequest
Swift
class AWSPinpointTargetingADMChannelRequest
Specifies the status and settings of the ADM (Amazon Device Messaging) channel for an application.
Required parameters: [ClientSecret, ClientId]
-
The Client ID that you received from Amazon to send messages by using ADM.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientId;
Swift
var clientId: String? { get set }
-
The Client Secret that you received from Amazon to send messages by using ADM.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientSecret;
Swift
var clientSecret: String? { get set }
-
Specifies whether to enable the ADM channel for the application.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }