public static interface LiveEventListener.EventListener
LiveEventListener
.Modifier and Type | Method and Description |
---|---|
void |
onError(Exception exception)
The error happens after
LiveEventListener.STATE_STARTED , may be the local network issues or errors
on server side. |
void onError(Exception exception)
LiveEventListener.STATE_STARTED
, may be the local network issues or errors
on server side. After this method, the state of LiveEventListener
will be
LiveEventListener.STATE_IDLE
.exception
- The error that occurs when LiveEventListener
tried to reconnect.