Uses of Class
org.drinkless.tdlib.TdApi.NetworkType
-
Packages that use TdApi.NetworkType Package Description org.drinkless.tdlib -
-
Uses of TdApi.NetworkType in org.drinkless.tdlib
Subclasses of TdApi.NetworkType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.NetworkTypeMobileA mobile network.static classTdApi.NetworkTypeMobileRoamingA mobile roaming network.static classTdApi.NetworkTypeNoneThe network is not available.static classTdApi.NetworkTypeOtherA different network type (e.g., Ethernet network).static classTdApi.NetworkTypeWiFiA Wi-Fi network.Fields in org.drinkless.tdlib declared as TdApi.NetworkType Modifier and Type Field Description TdApi.NetworkTypeTdApi.NetworkStatisticsEntryCall. networkTypeType of the network the data was sent through.TdApi.NetworkTypeTdApi.NetworkStatisticsEntryFile. networkTypeType of the network the data was sent through.TdApi.NetworkTypeTdApi.SetAutoDownloadSettings. typeType of the network for which the new settings are relevant.TdApi.NetworkTypeTdApi.SetNetworkType. typeThe new network type; pass null to set network type to networkTypeOther.Constructors in org.drinkless.tdlib with parameters of type TdApi.NetworkType Constructor Description NetworkStatisticsEntryCall(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)Creates a function, which sets auto-download settings.SetNetworkType(TdApi.NetworkType type)Creates a function, which sets the current network type.
-