Uses of Class
it.tdlight.jni.TdApi.JsonValue
-
Uses of TdApi.JsonValue in it.tdlight.jni
Subclasses of TdApi.JsonValue in it.tdlight.jniModifier and TypeClassDescriptionstatic final classRepresents a JSON array.static final classRepresents a boolean JSON value.static final classRepresents a null JSON value.static final classRepresents a numeric JSON value.static final classRepresents a JSON object.static final classRepresents a string JSON value.Fields in it.tdlight.jni declared as TdApi.JsonValueModifier and TypeFieldDescriptionTdApi.SaveApplicationLogEvent.dataThe log event data.TdApi.GetJsonString.jsonValueThe JsonValue object.TdApi.JsonObjectMember.valueMember's value.TdApi.JsonValueArray.valuesThe list of array elements.Constructors in it.tdlight.jni with parameters of type TdApi.JsonValueModifierConstructorDescriptionGetJsonString(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.