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 classA mobile network.static final classA mobile roaming network.static final classThe network is not available.static final classA different network type (e.g., Ethernet network).static final classA Wi-Fi network.Fields in it.tdlight.jni declared as TdApi.NetworkTypeModifier and TypeFieldDescriptionTdApi.NetworkStatisticsEntryCall.networkTypeType of the network the data was sent through.TdApi.NetworkStatisticsEntryFile.networkTypeType of the network the data was sent through.TdApi.SetAutoDownloadSettings.typeType of the network for which the new settings are relevant.TdApi.SetNetworkType.typeThe 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.