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 more

    Declaration

    Swift

    public struct Registered : Sendable, Equatable, Codable, Hashable
  • Pending info

    See more

    Declaration

    Swift

    public struct Pending : Sendable, Equatable, Codable, Hashable