Android.App.Usage.UsageStats Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
FirstTimeStamplong. Get the beginning of the time range this Android.App.Usage.UsageStats represents, measured in milliseconds since the epoch.
[read-only]
LastTimeStamplong. Get the end of the time range this Android.App.Usage.UsageStats represents, measured in milliseconds since the epoch.
[read-only]
LastTimeUsedlong. Get the last time this package was used, measured in milliseconds since the epoch.
[read-only]
PackageNamestring.
[read-only]
TotalTimeInForegroundlong. Get the total time this package spent in the foreground, measured in milliseconds.

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

Add(UsageStats)
Add the statistics from the right Android.App.Usage.UsageStats to the left.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.