AWSPinpointTargetingVerificationResponse
Objective-C
@interface AWSPinpointTargetingVerificationResponse
Swift
class AWSPinpointTargetingVerificationResponse
Verify OTP Message Response.
-
Specifies whether the OTP is valid or not.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable valid;
Swift
var valid: NSNumber? { get set }