Package io.rong.imlib
Interface IRongCoreListener.ConnectionStatusListener
-
- All Implemented Interfaces:
public interface IRongCoreListener.ConnectionStatusListener
Connection state listener, used to monitor connection-related statuses.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
IRongCoreListener.ConnectionStatusListener.ConnectionStatus
Connection status enumeration.
-
Method Summary
Modifier and Type Method Description abstract void
onChanged(IRongCoreListener.ConnectionStatusListener.ConnectionStatus status)
Network status change. -
-
Method Detail
-
onChanged
abstract void onChanged(IRongCoreListener.ConnectionStatusListener.ConnectionStatus status)
Network status change.
- Parameters:
status
- Indicates the connection status.
-
-
-
-