GatheredChannelConfig

Configuration for gathered (aggregated) channel display.

When a channel type is configured as gathered, all its conversations are collapsed into a single row in the channel list. Use this class to set the display title and portrait for each aggregated channel type.

Constructors

Link copied to clipboard
public void GatheredChannelConfig()

Functions

Link copied to clipboard
public Integer getConversationTitle(ChannelType conversationType)
Returns the title string resource for an aggregated channel type.
Link copied to clipboard
public Uri getGatherConversationPortrait(ChannelType conversationType)
Returns the portrait URI for an aggregated channel type.
Link copied to clipboard
public void setConversationTitle(ChannelType conversationType, int title)
Sets the title string resource for an aggregated channel type.
Link copied to clipboard
public void setGatherConversationPortrait(ChannelType conversationType, Uri resUri)
Sets the portrait URI for an aggregated channel type.