ChannelType

public enum ChannelType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case facebook = "Facebook"
  • Undocumented

    Declaration

    Swift

    case slack = "Slack"
  • Undocumented

    Declaration

    Swift

    case twilioSms = "Twilio-Sms"
  • kik

    Undocumented

    Declaration

    Swift

    case kik = "Kik"
  • Declaration

    Swift

    public var description: String { get }