AccessibilityRecord.ParcelableData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.