routeToChannelActivity

public static void routeToChannelActivity(Context context, ChannelType type, String targetId)
public static void routeToChannelActivity(Context context, ChannelType type, String targetId, boolean disableSystemEmoji)


public static void routeToChannelActivity(Context context, ChannelType type, String targetId, Bundle bundle)

Launches the channel (conversation) activity.

Parameters

context

context

type

channel type

targetId

target ID

bundle

extra bundle data to carry in the intent


public static void routeToChannelActivity(Context context, ChannelType type, String targetId, boolean disableSystemEmoji, Bundle bundle)

Launches the channel (conversation) activity.

Parameters

context

context

type

channel type

targetId

target ID

disableSystemEmoji

whether to hide built-in emoji

bundle

extra bundle data to carry in the intent


public static void routeToChannelActivity(Context context, ChannelIdentifier channelIdentifier)

Launches the channel (conversation) activity.

Parameters

context

context

channelIdentifier

channel identifier


public static void routeToChannelActivity(Context context, ChannelIdentifier channelIdentifier, Bundle bundle)

Launches the channel (conversation) activity.

Parameters

context

context

channelIdentifier

channel identifier

bundle

extra bundle data to carry in the intent


public static void routeToChannelActivity(Context context, ChannelIdentifier channelIdentifier, boolean disableSystemEmoji, Bundle bundle)

Launches the channel (conversation) activity.

Parameters

context

context

channelIdentifier

channel identifier

disableSystemEmoji

whether to hide built-in emoji

bundle

extra bundle data to carry in the intent