AWSPinpointTargetingSMSChannelRequest
Objective-C
@interface AWSPinpointTargetingSMSChannelRequest
Swift
class AWSPinpointTargetingSMSChannelRequest
Specifies the status and settings of the SMS channel for an application.
-
Specifies whether to enable the SMS channel for the application.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }
-
The identity that you want to display on recipients’ devices when they receive messages from the SMS channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable senderId;
Swift
var senderId: String? { get set }
-
The registered short code that you want to use when you send messages through the SMS channel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable shortCode;
Swift
var shortCode: String? { get set }