ChannelTagInfo

public final class ChannelTagInfo

Channel-associated tag info.

indicates a certain channel associated with tag, and This channel In This tag under Whether pinned.

Via com.nexconn.chat.channel.BaseChannel.getTags Get.

Parameters

tag

Tag info

isTop

channel In This tag under Whether pinned

Constructors

Link copied to clipboard
public ChannelTagInfo ChannelTagInfo(Tag tag, Boolean isTop)

Properties

Link copied to clipboard
private final Boolean isTop
Link copied to clipboard
private final Tag tag

Functions

Link copied to clipboard
public final Tag getTag()
Link copied to clipboard
public final Boolean isTop()