SCChannelType
enum SCChannelType : NSInteger {}
Knowledge channel type.
-
Unknown channel.
Declaration
Objective-C
SCChannelTypeUnknown
Swift
case unknown = 0
-
Internal channel.
Declaration
Objective-C
SCChannelTypeInternal
Swift
case `internal` = 1
-
Public channel.
Declaration
Objective-C
SCChannelTypePublic
Swift
case `public` = 2
-
Customer portal channel.
Declaration
Objective-C
SCChannelTypeCustomerPortal
Swift
case customerPortal = 3
-
Partner portal channel.
Declaration
Objective-C
SCChannelTypePartnerPortal
Swift
case partnerPortal = 4