UserHandle(Parcel) Constructor

Definition

Instantiate a new UserHandle from the data in a Parcel that was previously written with #writeToParcel(Parcel, int).

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public UserHandle (Android.OS.Parcel? in);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.OS.UserHandle : Android.OS.Parcel -> Android.OS.UserHandle

Parameters

in
Parcel

The Parcel containing the previously written UserHandle, positioned at the location in the buffer where it was written.

Attributes

Remarks

Java documentation for android.os.UserHandle.UserHandle(android.os.Parcel).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to