StateInfo
public final class StateInfo
This class contains information about application state.
Summary
Public methods |
|
|---|---|
boolean |
|
final @NonNull String |
getKey()An arbitrary name used for this state, used as a key for storing the state value. |
final @NonNull String |
getValue()The value of this state. |
int |
hashCode() |
@NonNull String |
toString() |