AWSPinpointTargetingBaiduChannelRequest
Objective-C
@interface AWSPinpointTargetingBaiduChannelRequest
Swift
class AWSPinpointTargetingBaiduChannelRequest
Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
Required parameters: [SecretKey, ApiKey]
-
The API key that you received from the Baidu Cloud Push service to communicate with the service.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable apiKey;
Swift
var apiKey: String? { get set }
-
Specifies whether to enable the Baidu channel for the application.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }
-
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable secretKey;
Swift
var secretKey: String? { get set }