PackageHealthStats.MeasurementsWakeupAlarmsCount Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Key for a map of the number of times that a package's wakeup alarms have fired while the device was on battery.
[Android.Runtime.Register("MEASUREMENTS_WAKEUP_ALARMS_COUNT", ApiSince=24)]
public const int MeasurementsWakeupAlarmsCount = 40002;
[<Android.Runtime.Register("MEASUREMENTS_WAKEUP_ALARMS_COUNT", ApiSince=24)>]
val mutable MeasurementsWakeupAlarmsCount : int
Field Value
Value = 40002- Attributes
Remarks
Key for a map of the number of times that a package's wakeup alarms have fired while the device was on battery.
Java documentation for android.os.health.PackageHealthStats.MEASUREMENTS_WAKEUP_ALARMS_COUNT
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.