Sms
public enum Sms : Sendable, Equatable, Codable, Hashable
SMS channel info
-
Registered channel
Declaration
Swift
case registered(Registered) -
Pending registration
Declaration
Swift
case pending(Pending) -
Registered info
See moreDeclaration
Swift
public struct Registered : Sendable, Equatable, Codable, Hashable -
Pending info
See moreDeclaration
Swift
public struct Pending : Sendable, Equatable, Codable, Hashable
View on GitHub