Package live.hms.video.diagnostics
Interface ConnectivityCheckListener
-
- All Implemented Interfaces:
public interface ConnectivityCheckListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonConnectivityStateChanged(ConnectivityState state)Called when there is a change in Transport layer connectivity state abstract UnitonCompleted(ConnectivityCheckResult result)Called when the connectivity test is completed. -
-
Method Detail
-
onConnectivityStateChanged
abstract Unit onConnectivityStateChanged(ConnectivityState state)
Called when there is a change in Transport layer connectivity state
-
onCompleted
abstract Unit onCompleted(ConnectivityCheckResult result)
Called when the connectivity test is completed. It is called both in case of a success and failure
-
-
-
-