StoreAccessProvider

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

Deprecated

This will be removed from future releases after 2026-07-26.

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()