TCHContentDataActionType Constants Reference
| Declared in | TCHContentTemplate.h | 
|---|
TCHContentDataActionType
The type of the action variant.
Definition
typedef NS_ENUM(NSUInteger, TCHContentDataActionType ) {
                            
                               TCHContentDataActionTypeUrl = 0,
                            
                               TCHContentDataActionTypePhone = 1,
                            
                               TCHContentDataActionTypeReply = 2,
                            
                               TCHContentDataActionTypeOther = 3,
                            
                            };
                    
                    Constants
- TCHContentDataActionTypeUrl
- 
The type of the action variant is [TCHContentDataActionUrl]. Declared In TCHContentTemplate.h.
- TCHContentDataActionTypePhone
- 
The type of the action variant is [TCHContentDataActionPhone]. Declared In TCHContentTemplate.h.
- TCHContentDataActionTypeReply
- 
The type of the action variant is [TCHContentDataActionReply]. Declared In TCHContentTemplate.h.
- TCHContentDataActionTypeOther
- 
The type of the action variant is [TCHContentDataActionOther]. Declared In TCHContentTemplate.h.
Declared In
TCHContentTemplate.h