-
- 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.ProviderImplementation of PluginFactory that provides OfflinePlugin.
-
-
Constructor Summary
Constructors Constructor Description StreamOfflinePluginFactory(Config config, Context appContext)
-
Method Summary
Modifier and Type Method Description Pluginget(User user)Creates a Plugin RepositoryFactorycreateRepositoryFactory(User user)-
-
Method Detail
-
get
Plugin get(User user)
Creates a Plugin
-
createRepositoryFactory
RepositoryFactory createRepositoryFactory(User user)
-
-
-
-