Package ai.nexconn.chatui.utils.bundle
Class ChatUIBundleUtils
-
- All Implemented Interfaces:
public final class ChatUIBundleUtilsBundle serialization utility for storing and retrieving non-Parcelable/Serializable nexconn model objects in a Bundle.
-
-
Method Summary
Modifier and Type Method Description static voidputChannelIdentifier(Bundle bundle, String key, ChannelIdentifier identifier)static ChannelIdentifiergetChannelIdentifier(Bundle bundle, String key)static voidputGroupInfo(Bundle bundle, String key, GroupInfo groupInfo)static GroupInfogetGroupInfo(Bundle bundle, String key)-
-
Method Detail
-
putChannelIdentifier
static void putChannelIdentifier(Bundle bundle, String key, ChannelIdentifier identifier)
-
getChannelIdentifier
static ChannelIdentifier getChannelIdentifier(Bundle bundle, String key)
-
putGroupInfo
static void putGroupInfo(Bundle bundle, String key, GroupInfo groupInfo)
-
getGroupInfo
static GroupInfo getGroupInfo(Bundle bundle, String key)
-
-
-
-