Community Sub Channel Identifier
Community channel identifier.
Used for unique Identifier a community channel and its sub-channel, Contains channel ID and sub-channel ID. Channel type fixed ChannelType.COMMUNITY. Inherits from ChannelIdentifier. channelId).
Usage Example:
val identifier = CommunitySubChannelIdentifier("communityId", "subChannelId")Content copied to clipboard
Parameters
channel Id
Community channel unique identifier
sub Channel Id
sub-channel ID, Corresponds to internal Conversation channelId Field
Constructors
Link copied to clipboard
public CommunitySubChannelIdentifier CommunitySubChannelIdentifier(String channelId, String subChannelId)