Click or drag to resize

AdapterStateManager Methods

The AdapterStateManager type exposes the following members.

Methods
  NameDescription
Public methodDisallowStateTransitions
Disallow future state changes, and throw an IllegalStateTransitionException if they are attempted.
Public methodDispose
Transition into the DESTROYED state.
Public methodPause
Transition into the PAUSED state.
Public methodResume
Transition into the STARTED state (from the PAUSED state).
Public methodStart
Transition into the STARTED state (from the OPENED state).
Public methodStop
Transition into the OPENED state.
Top
See Also