class Teak.Channel.Reply

Reply to a Teak.SetChannelState call.

Static Attributes

Name Type Description

UndeterminedUnityError

Unknown Unity-related error

Methods

toJson

Dictionary<string, object> toJson();

ToString

Returns a string that represents the current object.

override string ToString();

Return

A string that represents the current object.

Properties

Name Type Description Access

Error

bool

True if the call resulted in an error.

Get

State

The server-state of the marketing channel after the call.

Get

Channel

The type of marketing channel.

Get

Category

string

The category of the marketing channel.

Get

Errors

Dictionary<string, List<string>>

Get

Json

Dictionary<string, object>

The JSON received from the server.

Get