AccessibilityRecord.ParcelableData Property

Definition

Gets the Parcelable data. -or- Sets the Parcelable data of the event.

public virtual Android.OS.IParcelable? ParcelableData { [Android.Runtime.Register("getParcelableData", "()Landroid/os/Parcelable;", "GetGetParcelableDataHandler")] get; [Android.Runtime.Register("setParcelableData", "(Landroid/os/Parcelable;)V", "GetSetParcelableData_Landroid_os_Parcelable_Handler")] set; }
[<get: Android.Runtime.Register("getParcelableData", "()Landroid/os/Parcelable;", "GetGetParcelableDataHandler")>]
[<set: Android.Runtime.Register("setParcelableData", "(Landroid/os/Parcelable;)V", "GetSetParcelableData_Landroid_os_Parcelable_Handler")>]
member this.ParcelableData : Android.OS.IParcelable with get, set

Property Value

The parcelable data.

Attributes

Exceptions

If called from an AccessibilityService.

Remarks

Property getter documentation:

Gets the Parcelable data.

Java documentation for android.view.accessibility.AccessibilityRecord.getParcelableData().

Property setter documentation:

Sets the Parcelable data of the event.

Java documentation for android.view.accessibility.AccessibilityRecord.setParcelableData(android.os.Parcelable).

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