Package io.ably.lib.realtime
Class ChannelStateListener.ChannelStateChange
- java.lang.Object
-
- io.ably.lib.realtime.ChannelStateListener.ChannelStateChange
-
- Enclosing interface:
- ChannelStateListener
public static class ChannelStateListener.ChannelStateChange extends java.lang.ObjectChannel state change. See Ably Realtime API documentation for more details.
-
-
Field Summary
Fields Modifier and Type Field Description ChannelStatecurrentChannelEventeventChannelStatepreviousErrorInforeasonbooleanresumed
-
-
-
Field Detail
-
event
public final ChannelEvent event
-
current
public final ChannelState current
-
previous
public final ChannelState previous
-
reason
public final ErrorInfo reason
-
resumed
public final boolean resumed
-
-