TCHContentDataActionReply Class Reference
Inherits from | NSObject |
---|---|
Conforms to | TCHContentDataActionProtocol |
Declared in | TCHContentTemplate.h |
type
The [TCHContentDataActionTypeReply] type of the action variant.
@property (nonatomic, readonly) enum TCHContentDataActionType type
Discussion
The [TCHContentDataActionTypeReply] type of the action variant.
Declared In
TCHContentTemplate.h
title
The title for the action. This is the message that will be sent back when the user taps on the button.
@property (nonatomic, readonly, copy) NSString *title
Discussion
The title for the action. This is the message that will be sent back when the user taps on the button.
Declared In
TCHContentTemplate.h
id
The postback payload. This field is not visible to the end user.
@property (nonatomic, readonly, copy) NSString *id
Discussion
The postback payload. This field is not visible to the end user.
Declared In
TCHContentTemplate.h
index
The index for the action.
@property (nonatomic, readonly) NSInteger index
Discussion
The index for the action.
Declared In
TCHContentTemplate.h