StorageBackedFeature - DataDog/dd-sdk-android GitHub Wiki
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.