public class SdkStorageModule
Dagger module that provides objects which will live during the application lifecycle.
| Modifier and Type | Class and Description |
|---|---|
static class |
SdkStorageModule.Companion |
| Modifier and Type | Field and Description |
|---|---|
static SdkStorageModule.Companion |
Companion |
| Constructor and Description |
|---|
SdkStorageModule(android.app.Application application)
Dagger module that provides objects which will live during the application lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
PageFileStorage |
providePageFileStorage(PageProcessorInteractor pageProcessorInteractor,
PageStorage pageStorage) |
PageStorage |
providePageStorage() |
PageStorageSettings |
providePageStorageSettings() |
static void |
setPageStorageSettings(PageStorageSettings pageStorageSettings) |
public static SdkStorageModule.Companion Companion
public SdkStorageModule(android.app.Application application)
Dagger module that provides objects which will live during the application lifecycle.
public PageStorage providePageStorage()
public PageStorageSettings providePageStorageSettings()
public PageFileStorage providePageFileStorage(PageProcessorInteractor pageProcessorInteractor, PageStorage pageStorage)
public static void setPageStorageSettings(PageStorageSettings pageStorageSettings)