Class UsageStats

java.lang.Object
com.here.sdk.core.engine.UsageStats

public final class UsageStats extends Object

A class that gathers statistics of the HERE SDK network usage for uploaded and downloaded data.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • networkStats

      @NonNull public List<UsageStats.NetworkStats> networkStats

      Provides network statistics.

    • feature

      @NonNull public UsageStats.Feature feature

      Represents the HERE SDK feature associated with the gathered usage statistics.

  • Constructor Details

    • UsageStats

      public UsageStats(@NonNull List<UsageStats.NetworkStats> networkStats, @NonNull UsageStats.Feature feature)

      Creates a new instance.

      Parameters:
      networkStats -

      Provides network statistics.

      feature -

      Represents the HERE SDK feature associated with the gathered usage statistics.