TCHContentDataRaw Protocol Reference

Declared in TCHContentTemplate.h

Overview

The basic representation of the content data.

  rawData required method

The full data of the content data as a stringified JSON.

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

Discussion

The full data of the content data as a stringified JSON.

Can be used for new content types and fields which are not yet supported in the current version of Conversations SDK.

Declared In

TCHContentTemplate.h

  type required method

The type of the content template variant.

@property (nonatomic, readonly) enum TCHContentDataType type

Discussion

The type of the content template variant.

Declared In

TCHContentTemplate.h