Uses of Class
it.tdlight.jni.TdApi.NetworkType
-
Uses of TdApi.NetworkType in it.tdlight.jni
Subclasses of TdApi.NetworkType in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
A mobile network.static final class
A mobile roaming network.static final class
The network is not available.static final class
A different network type (e.g., Ethernet network).static final class
A Wi-Fi network.Fields in it.tdlight.jni declared as TdApi.NetworkTypeModifier and TypeFieldDescriptionTdApi.NetworkStatisticsEntryCall.networkType
Type of the network the data was sent through.TdApi.NetworkStatisticsEntryFile.networkType
Type of the network the data was sent through.TdApi.SetAutoDownloadSettings.type
Type of the network for which the new settings are relevant.TdApi.SetNetworkType.type
The new network type; pass null to set network type to networkTypeOther.Constructors in it.tdlight.jni with parameters of type TdApi.NetworkTypeModifierConstructorDescriptionNetworkStatisticsEntryCall
(TdApi.NetworkType networkType, long sentBytes, long receivedBytes, double duration) Contains information about the total amount of data that was used for calls.NetworkStatisticsEntryFile
(TdApi.FileType fileType, TdApi.NetworkType networkType, long sentBytes, long receivedBytes) Contains information about the total amount of data that was used to send and receive files.SetAutoDownloadSettings
(TdApi.AutoDownloadSettings settings, TdApi.NetworkType type) Sets auto-download settings.Sets the current network type.