TCHConversationStatus Constants Reference

Declared in TCHConstants.h

TCHConversationStatus

Enumeration indicating the user’s current status on a given conversation.

Definition

typedef NS_ENUM(NSInteger, TCHConversationStatus ) {
   TCHConversationStatusJoined = 1,
   TCHConversationStatusNotParticipating,
};

Constants

TCHConversationStatusJoined

User is joined to the conversation.

Declared In TCHConstants.h.

TCHConversationStatusNotParticipating

User is not participating on this conversation.

Declared In TCHConstants.h.

Declared In

TCHConstants.h