- Enclosing class:
- TdApi
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
Modifier and TypeFieldDescriptionstatic final int
The new network type; pass null to set network type to networkTypeOther. -
Constructor Summary
ConstructorDescriptionSets the current network type.Sets the current network type.SetNetworkType
(DataInput input) Sets the current network type. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
type
The new network type; pass null to set network type to networkTypeOther. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetNetworkType
public SetNetworkType()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. ReturnsOk
-
SetNetworkType
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. ReturnsOk
- Parameters:
type
- NetworkType The new network type; pass null to set network type to networkTypeOther.
-
SetNetworkType
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. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-