-
- All Implemented Interfaces:
-
io.getstream.chat.android.client.persistance.repository.factory.RepositoryFactory
public final class RepositoryProvider implements RepositoryFactory
Provider of repositories. This is singleton that holds a RepositoryFactory and ensures the SDK uses only one instance of it.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRepositoryProvider.Companion
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.getstream.chat.android.client.persistance.repository.factory.RepositoryProvider
createAttachmentRepository, createChannelConfigRepository, createChannelRepository, createMessageRepository, createQueryChannelsRepository, createReactionRepository, createSyncStateRepository, createUserRepository, get -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-