AppUsageDurationQuery.Builder(Int64, Int64, UsageStatsInterval) Constructor
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.
Constructor that specifies the period for which to return events.
[Android.Runtime.Register(".ctor", "(JJI)V", "", ApiSince=37)]
public Builder(long startTimeMillis, long endTimeMillis, Android.App.Usage.UsageStatsInterval intervalType);
[<Android.Runtime.Register(".ctor", "(JJI)V", "", ApiSince=37)>]
new Android.App.Usage.AppUsageDurationQuery.Builder : int64 * int64 * Android.App.Usage.UsageStatsInterval -> Android.App.Usage.AppUsageDurationQuery.Builder
Parameters
- startTimeMillis
- Int64
inclusive start timestamp, as per java.lang.System#currentTimeMillis()
- endTimeMillis
- Int64
exclusive end timestamp, as per java.lang.System#currentTimeMillis()
- intervalType
- UsageStatsInterval
time interval by which the stats are aggregated.
- Attributes