다음을 통해 공유


UsageEventsQuery.Builder(Int64, Int64) Constructor

Definition

Constructor that specifies the period for which to return events.

[Android.Runtime.Register(".ctor", "(JJ)V", "", ApiSince=35)]
public Builder (long beginTimeMillis, long endTimeMillis);
[<Android.Runtime.Register(".ctor", "(JJ)V", "", ApiSince=35)>]
new Android.App.Usage.UsageEventsQuery.Builder : int64 * int64 -> Android.App.Usage.UsageEventsQuery.Builder

Parameters

beginTimeMillis
Int64

Inclusive beginning timestamp, as per java.lang.System#currentTimeMillis()

endTimeMillis
Int64

Exclusive ending timestamp, as per java.lang.System#currentTimeMillis()

Attributes

Remarks

Constructor that specifies the period for which to return events.

Java documentation for android.app.usage.UsageEventsQuery.Builder.UsageEventsQuery$Builder(long, long).

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.

Applies to