class Teak.LiveActivity.Reply

Result of a call to a Live Activity API.

Static Attributes

Name Type Description

UndeterminedUnityError

Unknown Unity-related error.

Methods

toJson

Dictionary<string, object> toJson();

Properties

Name Type Description Access

Error

bool

True if the call resulted in an error.

Get

Errors

Dictionary<string, List<string>>

A mapping of the argument or cause of the error to an array of strings explaining the errors.

Get

CanceledCount

int?

The number of pending updates canceled by LiveActivity.CancelLiveActivityUpdates, or null for other calls.

Get

Json

Dictionary<string, object>

The JSON received from the server.

Get