SCChannelType Constants Reference

Declared in SCDefines.h

SCChannelType

Knowledge channel type.

Definition

typedef NS_ENUM(NSInteger, SCChannelType ) {
   SCChannelTypeUnknown,
   SCChannelTypeInternal,
   SCChannelTypePublic,
   SCChannelTypeCustomerPortal,
   SCChannelTypePartnerPortal,
};

Constants

SCChannelTypeUnknown
 Unknown channel.

Declared In SCDefines.h.

SCChannelTypeInternal
 Internal channel.

Declared In SCDefines.h.

SCChannelTypePublic
 Public channel.

Declared In SCDefines.h.

SCChannelTypeCustomerPortal
 Customer portal channel.

Declared In SCDefines.h.

SCChannelTypePartnerPortal
 Partner portal channel.

Declared In SCDefines.h.

Declared In

SCDefines.h