Class UpdateStatistics

java.lang.Object
com.here.sdk.maploader.UpdateStatistics

public final class UpdateStatistics extends Object

Defines statistics related to the success or failure of patched bundles. It can be used to monitor and analyze the reliability of binary patch updates.

  • Field Details

    • totalPatchedBundlesSuccess

      public long totalPatchedBundlesSuccess

      Number of bundles patched successfully

    • totalPatchedBundlesFail

      public long totalPatchedBundlesFail

      Number of bundles failed to patch

  • Constructor Details

    • UpdateStatistics

      public UpdateStatistics()

      Creates a new instance.