startMonitoring

open fun startMonitoring(applicationContext: Context, fieldTrialsString: String)

Enables auto detection of the network state change and brings up mobile networks for using multi-networking. This requires the embedding app have the platform ACCESS_NETWORK_STATE and CHANGE_NETWORK_STATE permission.


open fun startMonitoring(applicationContext: Context)

Deprecated

Deprecated, use startMonitoring with fieldTrialsStringString argument.


open fun startMonitoring()

Deprecated

Deprecated, pass in application context in startMonitoring instead.