Package com.telnyx.webrtc.lib
Interface NetworkChangeDetector
- All Known Implementing Classes:
NetworkMonitorAutoDetect
public interface NetworkChangeDetector
Interface for detecting network changes
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
static class
static class
Java version of NetworkMonitor.NetworkInformationstatic class
Observer interface by which observer is notified of network changes. -
Method Summary
-
Method Details
-
getCurrentConnectionType
NetworkChangeDetector.ConnectionType getCurrentConnectionType() -
supportNetworkCallback
boolean supportNetworkCallback() -
getActiveNetworkList
-
destroy
void destroy()
-