Uses of Class
it.tdlight.jni.TdApi.OptionValue
-
Uses of TdApi.OptionValue in it.tdlight.jni
Subclasses of TdApi.OptionValue in it.tdlight.jni Modifier and Type Class Description static class
TdApi.OptionValueBoolean
Represents a boolean option.static class
TdApi.OptionValueEmpty
Represents an unknown option or an option which has a default value.static class
TdApi.OptionValueInteger
Represents an integer option.static class
TdApi.OptionValueString
Represents a string option.Fields in it.tdlight.jni declared as TdApi.OptionValue Modifier and Type Field Description TdApi.OptionValue
TdApi.SetOption. value
The new value of the option.TdApi.OptionValue
TdApi.UpdateOption. value
The new option value.Constructors in it.tdlight.jni with parameters of type TdApi.OptionValue Constructor Description SetOption(String name, TdApi.OptionValue value)
Sets the value of an option.UpdateOption(String name, TdApi.OptionValue value)
An option changed its value.