Package com.telnyx.webrtc.lib
Interface NetworkMonitor.NetworkObserver
- Enclosing class:
- NetworkMonitor
public static interface NetworkMonitor.NetworkObserver
Alerted when the connection type of the network changes. The alert is fired on the UI thread.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onConnectionTypeChanged
(NetworkChangeDetector.ConnectionType connectionType)
-
Method Details
-
onConnectionTypeChanged
-