Android.App.Usage.UsageEvents Members

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

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
HasNextEventbool. Returns whether or not there are more events to read using UsageEvents.GetNextEvent(.Event).

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

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetNextEvent(UsageEvents.Event) : bool
Retrieve the next NoType:android/app/usage/UsageEvents$Event;Href=../../../../reference/android/app/usage/UsageEvents.Event.html from the collection and put the resulting data into eventOut.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.