TCHContentDataActionUrl Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | TCHContentDataActionProtocol |
| Declared in | TCHContentTemplate.h |
type
The [TCHContentDataActionTypeUrl] type of the action variant.
@property (nonatomic, readonly) enum TCHContentDataActionType typeDiscussion
The [TCHContentDataActionTypeUrl] type of the action variant.
Declared In
TCHContentTemplate.h
title
The title for the action.
@property (nonatomic, readonly, copy) NSString *titleDiscussion
The title for the action.
Declared In
TCHContentTemplate.h
url
The url to redirect to when the recipient taps the button.
@property (nonatomic, readonly, copy) NSString *urlDiscussion
The url to redirect to when the recipient taps the button.
Declared In
TCHContentTemplate.h