TCHContentDataActionPhone Class Reference

Inherits from NSObject
Conforms to TCHContentDataActionProtocol
Declared in TCHContentTemplate.h

Overview

The action that shows a button which calls a phone number.

  type

The [TCHContentDataActionTypePhone] type of the action variant.

@property (nonatomic, readonly) enum TCHContentDataActionType type

Discussion

The [TCHContentDataActionTypePhone] type of the action variant.

Declared In

TCHContentTemplate.h

  title

The title of the button of the action.

@property (nonatomic, readonly, copy) NSString *title

Discussion

The title of the button of the action.

Declared In

TCHContentTemplate.h

  phone

The phone number to call when the recipient taps the button.

@property (nonatomic, readonly, copy) NSString *phone

Discussion

The phone number to call when the recipient taps the button.

Declared In

TCHContentTemplate.h