TCHContentDataActionOther Class Reference
Inherits from | NSObject |
---|---|
Conforms to | TCHContentDataActionProtocol |
Declared in | TCHContentTemplate.h |
Overview
The action type that being used for unknown action types, which aren’t present in the current version of Conversations SDK.
type
The [TCHContentDataActionTypeOther] type of the action variant.
@property (nonatomic, readonly) enum TCHContentDataActionType type
Discussion
The [TCHContentDataActionTypeOther] type of the action variant.
Declared In
TCHContentTemplate.h
rawData
The data of the action as a stringified JSON not represented by the current Conversations SDK.
@property (nonatomic, readonly, copy) NSString *rawData
Discussion
The data of the action as a stringified JSON not represented by the current Conversations SDK.
Declared In
TCHContentTemplate.h