route To Channel Activity
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
target Id
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
target Id
target ID
disable System Emoji
whether to hide built-in emoji
bundle
extra bundle data to carry in the intent
Launches the channel (conversation) activity.
Parameters
context
context
channel Identifier
channel identifier
public static void routeToChannelActivity(Context context, ChannelIdentifier channelIdentifier, Bundle bundle)
Launches the channel (conversation) activity.
Parameters
context
context
channel Identifier
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
channel Identifier
channel identifier
disable System Emoji
whether to hide built-in emoji
bundle
extra bundle data to carry in the intent