TCHContentDataActionUrl Class Reference

Inherits from NSObject
Conforms to TCHContentDataActionProtocol
Declared in TCHContentTemplate.h

Overview

The action that shows a button which redirects a recipient to a predefined URL.

  type

The [TCHContentDataActionTypeUrl] type of the action variant.

@property (nonatomic, readonly) enum TCHContentDataActionType type

Discussion

The [TCHContentDataActionTypeUrl] type of the action variant.

Declared In

TCHContentTemplate.h

  title

The title for the action.

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

Discussion

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 *url

Discussion

The url to redirect to when the recipient taps the button.

Declared In

TCHContentTemplate.h