Class ChatUIBundleUtils

  • All Implemented Interfaces:

    
    public final class ChatUIBundleUtils
    
                        

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void putChannelIdentifier(Bundle bundle, String key, ChannelIdentifier identifier)
      static ChannelIdentifier getChannelIdentifier(Bundle bundle, String key)
      static void putGroupInfo(Bundle bundle, String key, GroupInfo groupInfo)
      static GroupInfo getGroupInfo(Bundle bundle, String key)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • putChannelIdentifier

         static void putChannelIdentifier(Bundle bundle, String key, ChannelIdentifier identifier)
      • putGroupInfo

         static void putGroupInfo(Bundle bundle, String key, GroupInfo groupInfo)
      • getGroupInfo

         static GroupInfo getGroupInfo(Bundle bundle, String key)