UsageEvents.HasNextEvent Property
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.
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.