Uses of Class
it.tdlight.jni.TdApi.JsonValue
-
Uses of TdApi.JsonValue in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
Represents a JSON array.static final class
Represents a boolean JSON value.static final class
Represents a null JSON value.static final class
Represents a numeric JSON value.static final class
Represents a JSON object.static final class
Represents a string JSON value.Modifier and TypeFieldDescriptionTdApi.SaveApplicationLogEvent.data
The log event data.TdApi.GetJsonString.jsonValue
The JsonValue object.TdApi.JsonObjectMember.value
Member's value.TdApi.JsonValueArray.values
The list of array elements.ModifierConstructorDescriptionGetJsonString
(TdApi.JsonValue jsonValue) Converts a JsonValue object to corresponding JSON-serialized string.JsonObjectMember
(String key, TdApi.JsonValue value) Represents one member of a JSON object.JsonValueArray
(TdApi.JsonValue[] values) Represents a JSON array.SaveApplicationLogEvent
(String type, long chatId, TdApi.JsonValue data) Saves application log event on the server.