Class MessageListViewModel.Event.BottomEndRegionReached
-
- All Implemented Interfaces:
public final class MessageListViewModel.Event.BottomEndRegionReached extends MessageListViewModel.Event
When the newest loaded message in the list has been reached and there's still newer messages to be loaded.
-
-
Constructor Summary
Constructors Constructor Description MessageListViewModel.Event.BottomEndRegionReached(String messageId)
-
Method Summary
Modifier and Type Method Description final StringgetMessageId()-
-
Constructor Detail
-
MessageListViewModel.Event.BottomEndRegionReached
MessageListViewModel.Event.BottomEndRegionReached(String messageId)
-
-
Method Detail
-
getMessageId
final String getMessageId()
-
-
-
-