UsageEvents.HasNextEvent Property

Definition

Returns whether or not there are more events to read using #getNextEvent(android.app.usage.UsageEvents.Event).

public bool HasNextEvent { [Android.Runtime.Register("hasNextEvent", "()Z", "")] get; }
[<get: Android.Runtime.Register("hasNextEvent", "()Z", "")>]
member this.HasNextEvent : bool

Property Value

true if there are more events, false otherwise.

Attributes

Remarks

Returns whether or not there are more events to read using #getNextEvent(android.app.usage.UsageEvents.Event).

Java documentation for android.app.usage.UsageEvents.hasNextEvent().

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