Interface UofUsageConfiguration

All Known Implementing Classes:
UofUsageConfigurationImpl

public interface UofUsageConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the interval in seconds in which the usage metrics are exported
    int
    Get the timeout for exporting usage metrics
    Get the host to which the usage metrics are exported
    boolean
    Indicates if the SDK usage (metrics) export is enabled
  • Method Details

    • isExportEnabled

      boolean isExportEnabled()
      Indicates if the SDK usage (metrics) export is enabled

      Default 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