Package ai.nexconn.chat.channel.model
Class OpenChannelEnteredEvent
-
- All Implemented Interfaces:
public final class OpenChannelEnteredEventEvent for the user successfully joining an open channel.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final OpenChannelEnterResponseInforesponse
-
Constructor Summary
Constructors Constructor Description OpenChannelEnteredEvent(String channelId, OpenChannelEnterResponseInfo response)
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()Channel ID final OpenChannelEnterResponseInfogetResponse()Join response info -
-
Constructor Detail
-
OpenChannelEnteredEvent
OpenChannelEnteredEvent(String channelId, OpenChannelEnterResponseInfo response)
-
-
Method Detail
-
getChannelId
final String getChannelId()
Channel ID
-
getResponse
final OpenChannelEnterResponseInfo getResponse()
Join response info
-
-
-
-