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
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
static | ReadFromParcel(Parcel)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. |