-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.plugin.factory.PluginFactory
public final class StreamStatePluginFactory implements PluginFactoryImplementation of PluginFactory that provides StatePlugin.
-
-
Constructor Summary
Constructors Constructor Description StreamStatePluginFactory(StatePluginConfig config, Context appContext)
-
Method Summary
Modifier and Type Method Description Pluginget(User user)Creates a Plugin final StatePlugincreateStatePlugin(User user, CoroutineScope scope)-
-
Constructor Detail
-
StreamStatePluginFactory
StreamStatePluginFactory(StatePluginConfig config, Context appContext)
- Parameters:
config- StatePluginConfig Configuration of persistence of the SDK.appContext- Context
-
-
Method Detail
-
get
Plugin get(User user)
Creates a Plugin
-
createStatePlugin
final StatePlugin createStatePlugin(User user, CoroutineScope scope)
-
-
-
-