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" -
Undocumented
Declaration
Swift
case kik = "Kik" -
Declaration
Swift
public var description: String { get }
View on GitHub
ChannelType Enumeration Reference