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 channel info
See moreDeclaration
Swift
public enum Sms : Sendable, Equatable, Codable, Hashable -
Email channel info
See moreDeclaration
Swift
public enum Email : Sendable, Equatable, Codable, Hashable
View on GitHub