SMSRegistrationOptions
public struct SMSRegistrationOptions : Codable, Sendable, Equatable, Hashable
SMS registration options
-
Returns a SMS registration options with opt-in status
Declaration
Swift
public static func optIn(senderID: String) -> SMSRegistrationOptionsParameters
senderIDThe sender ID
Return Value
A SMS registration options.
View on GitHub