Package io.getstream.chat.android.models
Object MessagesState.Loading
-
- All Implemented Interfaces:
public class MessagesState.Loading extends MessagesState
Indicates we are loading the first page of results. We are in this state if ChannelState.loading is true For seeing if we're loading more results have a look at loadingNewerMessages and loadingOlderMessages
-
-
Field Summary
Fields Modifier and Type Field Description public final static MessagesState.LoadingINSTANCE
-