AccessibilityEvent.InitFromParcel(Parcel) Method

Definition

Creates a new instance from a Parcel.

[Android.Runtime.Register("initFromParcel", "(Landroid/os/Parcel;)V", "")]
public void InitFromParcel (Android.OS.Parcel? parcel);
[<Android.Runtime.Register("initFromParcel", "(Landroid/os/Parcel;)V", "")>]
member this.InitFromParcel : Android.OS.Parcel -> unit

Parameters

parcel
Parcel

A parcel containing the state of a AccessibilityEvent.

Attributes

Remarks

Creates a new instance from a Parcel.

Java documentation for android.view.accessibility.AccessibilityEvent.initFromParcel(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