ChatUIBundleUtils

public final class ChatUIBundleUtils

Bundle serialization utility for storing and retrieving non-Parcelable/Serializable nexconn model objects in a Bundle.

Functions

Link copied to clipboard
public static ChannelIdentifier getChannelIdentifier(Bundle bundle, String key)
Link copied to clipboard
public static GroupInfo getGroupInfo(Bundle bundle, String key)
Link copied to clipboard
public static void putChannelIdentifier(Bundle bundle, String key, ChannelIdentifier identifier)
Link copied to clipboard
public static void putGroupInfo(Bundle bundle, String key, GroupInfo groupInfo)