TWMChannelType Constants Reference

Declared in TWMConstants.h

TWMChannelType

Enumeration indicating the channel’s visibility.

Definition

typedef NS_ENUM(NSInteger, TWMChannelType ) {
   TWMChannelTypePublic = 0,
   TWMChannelTypePrivate,
};

Constants

TWMChannelTypePublic

Channel is publicly visible

Declared In TWMConstants.h.

TWMChannelTypePrivate

Channel is private and only visible to invited members.

Declared In TWMConstants.h.

Declared In

TWMConstants.h