Package org.drinkless.tdlib
Class TdApi.SetNetworkType
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.SetNetworkType
-
- Enclosing class:
- TdApi
public static class TdApi.SetNetworkType extends TdApi.Function
Sets the current network type. Can be called before authorization. Calling this method forces all network connections to reopen, mitigating the delay in switching between different networks, so it must be called whenever the network is changed, even if the network type remains the same. Network type is used to check whether the library can use the network at all and also for collecting detailed network data usage statistics.Returns
Ok
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.NetworkTypetypeThe new network type; pass null to set network type to networkTypeOther.
-
Constructor Summary
Constructors Constructor Description SetNetworkType()Default constructor for a function, which sets the current network type.SetNetworkType(TdApi.NetworkType type)Creates a function, which sets the current network type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
type
public TdApi.NetworkType type
The new network type; pass null to set network type to networkTypeOther.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SetNetworkType
public SetNetworkType()
Default constructor for a function, which sets the current network type. Can be called before authorization. Calling this method forces all network connections to reopen, mitigating the delay in switching between different networks, so it must be called whenever the network is changed, even if the network type remains the same. Network type is used to check whether the library can use the network at all and also for collecting detailed network data usage statistics.Returns
Ok
-
SetNetworkType
public SetNetworkType(TdApi.NetworkType type)
Creates a function, which sets the current network type. Can be called before authorization. Calling this method forces all network connections to reopen, mitigating the delay in switching between different networks, so it must be called whenever the network is changed, even if the network type remains the same. Network type is used to check whether the library can use the network at all and also for collecting detailed network data usage statistics.Returns
Ok- Parameters:
type- The new network type; pass null to set network type to networkTypeOther.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-