Package 

Class StreamOfflinePluginFactory

  • All Implemented Interfaces:
    io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory.Provider , io.getstream.chat.android.client.plugin.factory.PluginFactory

    
    public final class StreamOfflinePluginFactory
     implements PluginFactory, RepositoryFactory.Provider
                        

    Implementation of PluginFactory that provides OfflinePlugin.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Plugin get(User user) Creates a Plugin
      RepositoryFactory createRepositoryFactory(User user)
      • Methods inherited from class java.lang.Object

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

      • StreamOfflinePluginFactory

        StreamOfflinePluginFactory(Config config, Context appContext)
        Parameters:
        config - Config Configuration of persistence of the SDK.
        appContext - Context