AWSPinpointTargetingBaiduChannelResponse
Objective-C
@interface AWSPinpointTargetingBaiduChannelResponse
Swift
class AWSPinpointTargetingBaiduChannelResponse
Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
Required parameters: [Credential, Platform]
-
The unique identifier for the application that the Baidu channel applies to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable applicationId;Swift
var applicationId: String? { get set } -
The date and time when the Baidu channel was enabled.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable creationDate;Swift
var creationDate: String? { get set } -
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 credential;Swift
var credential: String? { get set } -
Specifies whether the Baidu channel is enabled for the application.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;Swift
var enabled: NSNumber? { get set } -
(Not used) This property is retained only for backward compatibility.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable hasCredential;Swift
var hasCredential: NSNumber? { get set } -
(Deprecated) An identifier for the Baidu channel. This property is retained only for backward compatibility.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set } -
Specifies whether the Baidu channel is archived.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable isArchived;Swift
var isArchived: NSNumber? { get set } -
The user who last modified the Baidu channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastModifiedBy;Swift
var lastModifiedBy: String? { get set } -
The date and time when the Baidu channel was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastModifiedDate;Swift
var lastModifiedDate: String? { get set } -
The type of messaging or notification platform for the channel. For the Baidu channel, this value is BAIDU.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable platform;Swift
var platform: String? { get set } -
The current version of the Baidu channel.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable version;Swift
var version: NSNumber? { get set }
View on GitHub
Install in Dash
AWSPinpointTargetingBaiduChannelResponse Class Reference