Skip to content

StorageBackedFeature

Xavier F. Gouchet edited this page Sep 4, 2024 · 1 revision

interface StorageBackedFeature : Feature

Interface to be implemented by the feature, which requires storage, to be registered with SdkCore.

Properties

requestFactory

abstract val requestFactory: RequestFactory

Provides an instance of RequestFactory for the given feature. Will be called before Feature.onInitialize.

storageConfiguration

abstract val storageConfiguration: FeatureStorageConfiguration

Provides storage configuration for the given feature. Will be called before Feature.onInitialize.

Clone this wiki locally