Android.OS.UserHandle Members

The members of Android.OS.UserHandle are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Instantiate a new UserHandle from the data in a Parcel that was previously written with UserHandle.WriteToParcel(Parcel, Android.OS.ParcelableWriteFlags).

Public Properties

[read-only]
static
CreatorIParcelableCreator.

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.
static
ReadFromParcel(Parcel) : UserHandle
Read a UserHandle from a Parcel that was previously written with UserHandle.WriteToParcel(UserHandle, Android.OS.Parcel), returning either a null or new object as appropriate.
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.
static
WriteToParcel(UserHandle, Parcel)
Write a UserHandle to a Parcel, handling null pointers.