-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.plugin.factory.PluginFactory
public final class StreamOfflinePluginFactory implements PluginFactoryImplementation 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 final UnitsetRepositoryFactory(RepositoryFactory repositoryFactory)Sets a custom repository factory. -
-
Method Detail
-
get
Plugin get(User user)
Creates a Plugin
-
setRepositoryFactory
final Unit setRepositoryFactory(RepositoryFactory repositoryFactory)
Sets a custom repository factory. Use this to change the persistence layer of the SDK.
-
-
-
-