Click or drag to resize

AdapterStateManager Methods

The AdapterStateManager type exposes the following members.

Methods
  NameDescription
Public methodDestroy
Transition into the DESTROYED state.
Public methodDisallowStateTransitions
Disallow future state changes, and throw an IllegalStateTransitionException if they are attempted.
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. @throws IllegalStateTransitionException if the transition isn't allowed
Top
See Also