public final class StateInfo


This class contains information about application state.

Summary

Public constructors

Public methods

boolean
equals(Object other)
final @NonNull String

An arbitrary name used for this state, used as a key for storing the state value.

final @NonNull String

The value of this state.

int
@NonNull String

Public constructors

StateInfo

Added in 1.0.0-beta01
public StateInfo(@NonNull String key, @NonNull String value)

Public methods

equals

public boolean equals(Object other)

getKey

Added in 1.0.0-beta01
public final @NonNull String getKey()

An arbitrary name used for this state, used as a key for storing the state value.

getValue

Added in 1.0.0-beta01
public final @NonNull String getValue()

The value of this state.

hashCode

public int hashCode()

toString

public @NonNull String toString()