TCHContentDataType Constants Reference
| Declared in | TCHContentTemplate.h |
|---|
TCHContentDataType
The type of the content template variant.
Definition
typedef NS_ENUM(NSUInteger, TCHContentDataType ) {
TCHContentDataTypeCallToAction = 0,
TCHContentDataTypeCard = 1,
TCHContentDataTypeListPicker = 2,
TCHContentDataTypeLocation = 3,
TCHContentDataTypeMedia = 4,
TCHContentDataTypeQuickReply = 5,
TCHContentDataTypeText = 6,
TCHContentDataTypeOther = 7,
};
Constants
TCHContentDataTypeCallToAction-
The type of the content template variant is [TCHContentDataCallToAction].
Declared In
TCHContentTemplate.h. TCHContentDataTypeCard-
The type of the content template variant is [TCHContentDataCard].
Declared In
TCHContentTemplate.h. TCHContentDataTypeListPicker-
The type of the content template variant is [TCHContentDataListPicker].
Declared In
TCHContentTemplate.h. TCHContentDataTypeLocation-
The type of the content template variant is [TCHContentDataLocation].
Declared In
TCHContentTemplate.h. TCHContentDataTypeMedia-
The type of the content template variant is [TCHContentDataMedia].
Declared In
TCHContentTemplate.h. TCHContentDataTypeQuickReply-
The type of the content template variant is [TCHContentDataQuickReply].
Declared In
TCHContentTemplate.h. TCHContentDataTypeText-
The type of the content template variant is [TCHContentDataText].
Declared In
TCHContentTemplate.h. TCHContentDataTypeOther-
The type of the content template variant is [TCHContentDataOther], raw data is present only.
Declared In
TCHContentTemplate.h.
Declared In
TCHContentTemplate.h