TCHMemberType Constants Reference
| Declared in | TCHConstants.h |
|---|
TCHMemberType
Enumerations indicating the type of the TCHMember object.
Definition
typedef NS_ENUM(NSInteger, TCHMemberType ) {
TCHMemberTypeUnset = 0,
TCHMemberTypeOther,
TCHMemberTypeChat,
TCHMemberTypeSms,
TCHMemberTypeWhatsapp,
};
Constants
TCHMemberTypeUnset-
The member’s type is not initialized yet.
Declared In
TCHConstants.h. TCHMemberTypeOther-
The member’s type is unknown for current SDK.
Declared In
TCHConstants.h. TCHMemberTypeChat-
The member’s type is Chat.
Declared In
TCHConstants.h. TCHMemberTypeSms-
The member’s type is SMS.
Declared In
TCHConstants.h. TCHMemberTypeWhatsapp-
The member’s type is WhatsApp.
Declared In
TCHConstants.h.
Declared In
TCHConstants.h