-
public final class MessageListItem.TypingItem extends MessageListItem
-
-
Constructor Summary
Constructors Constructor Description TypingItem(List<User> users)
-
Method Summary
Modifier and Type Method Description final List<User>component1()final MessageListItem.TypingItemcopy(List<User> users)final List<User>getUsers()-
Methods inherited from class com.getstream.sdk.chat.adapter.MessageListItem.TypingItem
getStableId -
Methods inherited from class com.getstream.sdk.chat.adapter.MessageListItem
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TypingItem
TypingItem(List<User> users)
-
-
Method Detail
-
component1
final List<User> component1()
-
copy
final MessageListItem.TypingItem copy(List<User> users)
-
-
-
-