SCChannelType
enum SCChannelType : NSInteger {}
                Knowledge channel type.
- 
                  
                  
Unknown channel.
Declaration
Objective-C
SCChannelTypeUnknownSwift
case unknown = 0 - 
                  
                  
Internal channel.
Declaration
Objective-C
SCChannelTypeInternalSwift
case `internal` = 1 - 
                  
                  
Public channel.
Declaration
Objective-C
SCChannelTypePublicSwift
case `public` = 2 - 
                  
                  
Customer portal channel.
Declaration
Objective-C
SCChannelTypeCustomerPortalSwift
case customerPortal = 3 - 
                  
                  
Partner portal channel.
Declaration
Objective-C
SCChannelTypePartnerPortalSwift
case partnerPortal = 4 
            Install in Dash
          
      SCChannelType Enumeration Reference