public class InternalConfigurationController extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalConfigurationController.Builder |
| Modifier and Type | Method and Description |
|---|---|
AppConfiguration |
getAppConfiguration() |
InternalCache |
getCache() |
InternalClientConfiguration |
getClientConfiguration() |
InternalFileDownloader |
getDownloaderInstance(ProgressCallback progressCallback,
GetDataCallback getDataCallback) |
InternalCallback |
getInternalCallback() |
InternalLogger |
getInternalLogger() |
InternalPersistence |
getInternalPersistence() |
InternalRequestSign |
getInternalRequestSign() |
static InternalConfigurationController |
globalInstance() |
public static InternalConfigurationController globalInstance()
public InternalClientConfiguration getClientConfiguration()
public AppConfiguration getAppConfiguration()
public InternalCache getCache()
public InternalCallback getInternalCallback()
public InternalLogger getInternalLogger()
public InternalPersistence getInternalPersistence()
public InternalFileDownloader getDownloaderInstance(ProgressCallback progressCallback, GetDataCallback getDataCallback)
public InternalRequestSign getInternalRequestSign()
Copyright © 2017. All rights reserved.