AWSSNSCheckIfPhoneNumberIsOptedOutResponse

Objective-C

@interface AWSSNSCheckIfPhoneNumberIsOptedOutResponse

Swift

class AWSSNSCheckIfPhoneNumberIsOptedOutResponse

The response from the CheckIfPhoneNumberIsOptedOut action.

  • Indicates whether the phone number is opted out:

    • true – The phone number is opted out, meaning you cannot publish SMS messages to it.

    • false – The phone number is opted in, meaning you can publish SMS messages to it.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable isOptedOut;

    Swift

    var isOptedOut: NSNumber? { get set }