ViewState

interface ViewState

Holds Activity/Fragment data/UI state through set of LiveData members. ViewState instance of particular Activity is stored in its BaseViewModel.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String