ChannelType

@objc(UAChannelType)
public enum ChannelType : Int, Codable, CustomStringConvertible, Sendable, Equatable

Channel type

  • Email channel

    Declaration

    Swift

    case email
  • sms

    SMS channel

    Declaration

    Swift

    case sms
  • Open channel

    Declaration

    Swift

    case open
  • Declaration

    Swift

    public var description: String { get }