Route Utils
Properties
Functions
Link copied to clipboard
Link copied to clipboard
public static void registerActivity(RouteUtils.ChatUIActivityType activityType, Class<? extends Activity> activity)
Link copied to clipboard
public static void routeToChannelActivity(Context context, ChannelIdentifier channelIdentifier, Bundle bundle)
public static void routeToChannelActivity(Context context, ChannelIdentifier channelIdentifier, boolean disableSystemEmoji, Bundle bundle)
public static void routeToChannelActivity(Context context, ChannelType type, String targetId, Bundle bundle)
public static void routeToChannelActivity(Context context, ChannelType type, String targetId, boolean disableSystemEmoji, Bundle bundle)
Launches the channel (conversation) activity.
public static void routeToChannelActivity(Context context, ChannelType type, String targetId, boolean disableSystemEmoji)
Link copied to clipboard
Link copied to clipboard
Launches the combined forward message detail preview activity.
Link copied to clipboard
Launches the image viewer page for combined forward messages.
Link copied to clipboard
public static void routeToFilePreviewActivity(Context context, Message message, FileMessage content, int progress)
Link copied to clipboard
public static void routeToForwardSelectChannelActivity(Fragment fragment, ForwardType type, ArrayList<Integer> messageIds)
Launches the channel selection activity for message forwarding.
Link copied to clipboard
public static void routeToMentionMemberSelectActivity(Context context, String targetId, ChannelType type)
Launches the @ mention member selection activity.
Link copied to clipboard
Launches the sub-channel list (grouped conversations) activity.
Link copied to clipboard
Launches the web view activity.
Link copied to clipboard
public static void routeToWebFilePreviewActivity(Context context, String fileUrl, String fileName, String fileSize)
Launches the online file preview activity.