TCHContentDataOther Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | TCHContentDataRaw |
| Declared in | TCHContentTemplate.h |
Overview
The template variant not represented by a class.
Used for unknown action types, which aren’t present in the current version of Conversations SDK.
type
The type of the content template variant, which is [TCHContentDataTypeOther].
@property (nonatomic, readonly) enum TCHContentDataType typeDiscussion
The type of the content template variant, which is [TCHContentDataTypeOther].
Declared In
TCHContentTemplate.h
rawData
The full data of the content data as a stringified JSON.
@property (nonatomic, readonly, copy) NSString *rawDataDiscussion
The full data of the content data as a stringified JSON.
Can be used for new content types and fields which are not yet supported in the current version of Conversations SDK.
Declared In
TCHContentTemplate.h