Package ai.nexconn.chat.channel.model
Class ChannelPinnedSyncEvent
-
- All Implemented Interfaces:
public final class ChannelPinnedSyncEventEvent for channel pinned status sync from another device.
-
-
Field Summary
Fields Modifier and Type Field Description private final ChannelIdentifierchannelIdentifierprivate final BooleanisPinned
-
Constructor Summary
Constructors Constructor Description ChannelPinnedSyncEvent(ChannelIdentifier channelIdentifier, Boolean isPinned)
-
Method Summary
Modifier and Type Method Description final ChannelIdentifiergetChannelIdentifier()Channel identifier final BooleanisPinned()Whether the channel is pinned -
-
Constructor Detail
-
ChannelPinnedSyncEvent
ChannelPinnedSyncEvent(ChannelIdentifier channelIdentifier, Boolean isPinned)
-
-
Method Detail
-
getChannelIdentifier
final ChannelIdentifier getChannelIdentifier()
Channel identifier
-
isPinned
final Boolean isPinned()
Whether the channel is pinned
-
-
-
-