Android.OS.UserHandle: Method Members

The methods of Android.OS.UserHandle are listed below. For a list of all members, see the UserHandle Members list.

See Also: Inherited members from Java.Lang.Object

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.