AWSPinpointTargetingGetBaiduChannelResponse
Objective-C
@interface AWSPinpointTargetingGetBaiduChannelResponse
Swift
class AWSPinpointTargetingGetBaiduChannelResponse
-
Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingBaiduChannelResponse *_Nullable baiduChannelResponse;
Swift
var baiduChannelResponse: AWSPinpointTargetingBaiduChannelResponse? { get set }