Package ai.nexconn.chat.channel.model
Class TypingStatusChangedEvent
-
- All Implemented Interfaces:
public final class TypingStatusChangedEventEvent for typing status changes in a channel.
-
-
Field Summary
Fields Modifier and Type Field Description private final ChannelIdentifierchannelIdentifierprivate final List<ChannelUserTypingStatusInfo>userTypingStatus
-
Constructor Summary
Constructors Constructor Description TypingStatusChangedEvent(ChannelIdentifier channelIdentifier, List<ChannelUserTypingStatusInfo> userTypingStatus)
-
Method Summary
Modifier and Type Method Description final ChannelIdentifiergetChannelIdentifier()The channel where typing status changed final List<ChannelUserTypingStatusInfo>getUserTypingStatus()List of users currently typing and their typing info -
-
Constructor Detail
-
TypingStatusChangedEvent
TypingStatusChangedEvent(ChannelIdentifier channelIdentifier, List<ChannelUserTypingStatusInfo> userTypingStatus)
-
-
Method Detail
-
getChannelIdentifier
final ChannelIdentifier getChannelIdentifier()
The channel where typing status changed
-
getUserTypingStatus
final List<ChannelUserTypingStatusInfo> getUserTypingStatus()
List of users currently typing and their typing info
-
-
-
-