Skip to content

setNetworkType

Sahri Riza Umami edited this page Jun 23, 2018 · 4 revisions

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 should 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.

setNetworkType(type, callback, data)
Field Type Description
type string The new network type: None, Mobile, MobileRoaming, WiFi and Other. By default, networkTypeOther.

Example

  • Sets the current network type to "Mobile".

    setNetworkType('Mobile')

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally