ChannelStatusInfo

public final class ChannelStatusInfo

Channel status change info.

When channel pinned, Do Not Disturb etc. Status In Other end Was/were after modification, Via multi-device Sync Notification to When frontend When, carry Status Change details.

Note: Translation strategy changed Via com.nexconn.chat.handler.ChannelHandler.onChannelTranslateStrategyChanged separately Callback.

Parameters

channelType

Channel type

channelId

Channel unique identifier

subChannelId

sub-channel ID, Only community channel Uses

isPinned

Whether pinned

channelNoDisturbLevel

Message push notification level

Constructors

Link copied to clipboard
public ChannelStatusInfo ChannelStatusInfo(ChannelType channelType, String channelId, String subChannelId, Boolean isPinned, ChannelNoDisturbLevel channelNoDisturbLevel)

Properties

Link copied to clipboard
private final String channelId
Link copied to clipboard
Link copied to clipboard
private final ChannelType channelType
Link copied to clipboard
private final Boolean isPinned
Link copied to clipboard
private final String subChannelId

Functions

Link copied to clipboard
public final String getChannelId()
Link copied to clipboard
public final ChannelType getChannelType()
Link copied to clipboard
public final String getSubChannelId()
Link copied to clipboard
public final Boolean isPinned()