pageState property

LiveData<PageState> pageState
getter/setter pair

Implementation

LiveData<PageState> pageState = LiveData(PageState.loading);