ContactChannel

public enum ContactChannel : Sendable, Equatable, Codable, Hashable

Representation of a channel and its registration state after being associated to a contact

  • Channel type

    Declaration

    Swift

    public var channelType: ChannelType { get }
  • Masked address

    Declaration

    Swift

    public var maskedAddress: String { get }
  • Checks if its registered or not.

    Declaration

    Swift

    public var isRegistered: Bool { get }
  • Sms

    SMS channel info

    See more

    Declaration

    Swift

    public enum Sms : Sendable, Equatable, Codable, Hashable
  • Email channel info

    See more

    Declaration

    Swift

    public enum Email : Sendable, Equatable, Codable, Hashable