Interface UofUsageConfiguration
- All Known Implementing Classes:
UofUsageConfigurationImpl
public interface UofUsageConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionintGet the interval in seconds in which the usage metrics are exportedintGet the timeout for exporting usage metricsgetHost()Get the host to which the usage metrics are exportedbooleanIndicates if the SDK usage (metrics) export is enabled
-
Method Details
-
isExportEnabled
boolean isExportEnabled()Indicates if the SDK usage (metrics) export is enabledDefault value is true
-
getExportIntervalInSec
int getExportIntervalInSec()Get the interval in seconds in which the usage metrics are exported- Returns:
- the export interval in seconds
-
getExportTimeoutInSec
int getExportTimeoutInSec()Get the timeout for exporting usage metrics- Returns:
- the export timeout in seconds
-
getHost
String getHost()Get the host to which the usage metrics are exported- Returns:
- the host
-