StoreAccessProvider

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface StoreAccessProvider : AutoCloseable

Deprecated

This will be removed 6 months after the next release.

Interface that provides data store access.

Properties

Link copied to clipboard
abstract val storeAccess: StoreAccess

Data store access handle.

Inherited functions

Link copied to clipboard
abstract fun close()