AWSPinpointTargetingGetSmsChannelResponse
Objective-C
@interface AWSPinpointTargetingGetSmsChannelResponse
Swift
class AWSPinpointTargetingGetSmsChannelResponse
-
Provides information about the status and settings of the SMS channel for an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingSMSChannelResponse *_Nullable SMSChannelResponse;
Swift
var smsChannelResponse: AWSPinpointTargetingSMSChannelResponse? { get set }