Interface StateToken

All Known Subinterfaces:
MutableState<T>, Pagination<T>, SharedState<T>, State<T>
All Known Implementing Classes:
InitialStateImpl, LazyStateImpl, MutableStateImpl, PaginationImpl, SharedStateImpl

public interface StateToken
Marker for watchable per-view tokens; implemented by State and pagination tokens. Pass tokens to ItemComponentBuilder.updateOnStateChange(StateToken...) to re-render a component when the token changes.