onCommunicatingStateChanged

abstract fun onCommunicatingStateChanged(isCommunicating: Boolean)

Notification method called when network communication is beginning or ending.

Parameters

isCommunicating

true if communication is starting, false if it is stopping.