Android.App.Usage.UsageStatsManager Members

The members of Android.App.Usage.UsageStatsManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

QueryAndAggregateUsageStats(long, long) : IDictionary<string, UsageStats>
A convenience method that queries for all stats in the given range (using the best interval for that range), merges the resulting data, and keys it by package name.
QueryConfigurations(UsageStatsInterval, long, long) : IList<ConfigurationStats>
Gets the hardware configurations the device was in for the given time range, aggregated by the specified interval.
QueryEvents(long, long) : UsageEvents
Query for events in the given time range.
QueryUsageStats(UsageStatsInterval, long, long) : IList<UsageStats>
Gets application usage stats for the given time range, aggregated by the specified interval.