Package ai.nexconn.chat.channel.model
Class OpenChannelEnterFailedEvent
-
- All Implemented Interfaces:
public final class OpenChannelEnterFailedEventEvent for open channel join failure.
-
-
Constructor Summary
Constructors Constructor Description OpenChannelEnterFailedEvent(String channelId, NCError error)
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()Channel ID final NCErrorgetError()Error info -
-
Constructor Detail
-
OpenChannelEnterFailedEvent
OpenChannelEnterFailedEvent(String channelId, NCError error)
-
-
Method Detail
-
getChannelId
final String getChannelId()
Channel ID
-
-
-
-