Package 

Interface StorageBackedFeature

  • All Implemented Interfaces:
    com.datadog.android.api.feature.Feature

    
    public interface StorageBackedFeature
     implements Feature
                        

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

    • Method Summary

      Modifier and Type Method Description
      abstract RequestFactory getRequestFactory() Provides an instance of RequestFactory for the given feature.
      abstract FeatureStorageConfiguration getStorageConfiguration() Provides storage configuration for the given feature.
      abstract String getName() Name of the feature.
      • Methods inherited from class com.datadog.android.api.feature.StorageBackedFeature

        onInitialize, onStop
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait