Class TypingItemState
-
- All Implemented Interfaces:
public final class TypingItemState extends MessageListItemState
Represents a typing indicator item inside a message list.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<User>typingUsers
-
Constructor Summary
Constructors Constructor Description TypingItemState(List<User> typingUsers)
-
Method Summary
Modifier and Type Method Description final List<User>getTypingUsers()-
-
Constructor Detail
-
TypingItemState
TypingItemState(List<User> typingUsers)
- Parameters:
typingUsers- The list of the Users currently typing a message.
-
-
Method Detail
-
getTypingUsers
final List<User> getTypingUsers()
-
-
-
-