Callback onNetworkStatusChange(bool, bool, NetworkTypes, string)

This callback is fired whenever network status changes.

Parameters

Name Description
noConnectivity bool
True, if there is no network connectivity. False otherwise.
failover bool
True, if this event resulted from a network failover. False otherwise.
type NetworkTypes
The type of network that changed.
reason string
The reason for the change, if there is one.