toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
NetworkChangeDetector
Network
Change
Detector
interface
NetworkChangeDetector
Interface for detecting network changes
Inheritors
NetworkMonitorAutoDetect
Members
Types
Connection
Type
Link copied to clipboard
enum
ConnectionType
IPAddress
Link copied to clipboard
open
class
IPAddress
Network
Information
Link copied to clipboard
open
class
NetworkInformation
Java version of NetworkMonitor.
Observer
Link copied to clipboard
abstract
class
Observer
Observer interface by which observer is notified of network changes.
Functions
destroy
Link copied to clipboard
abstract
fun
destroy
(
)
get
Active
Network
List
Link copied to clipboard
@
Nullable
abstract
fun
getActiveNetworkList
(
)
:
List
<
NetworkChangeDetector.NetworkInformation
>
get
Current
Connection
Type
Link copied to clipboard
abstract
fun
getCurrentConnectionType
(
)
:
NetworkChangeDetector.ConnectionType
support
Network
Callback
Link copied to clipboard
abstract
fun
supportNetworkCallback
(
)
:
Boolean