UpdateStatistics (API Reference)
Package com.here.sdk.maploader
Class UpdateStatistics
java.lang.Object
com.here.sdk.maploader.UpdateStatistics
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 Summary
FieldsModifier and TypeFieldDescriptionlongNumber of bundles failed to patchlongNumber of bundles patched successfully -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
totalPatchedBundlesSuccess
public long totalPatchedBundlesSuccessNumber of bundles patched successfully
-
totalPatchedBundlesFail
public long totalPatchedBundlesFailNumber of bundles failed to patch
-
-
Constructor Details
-
UpdateStatistics
public UpdateStatistics()Creates a new instance.
-