ChannelType

public enum ChannelType : String, Codable, Sendable, Equatable

Channel type

  • Email channel

    Declaration

    Swift

    case email
  • sms

    SMS channel

    Declaration

    Swift

    case sms
  • Open channel

    Declaration

    Swift

    case open