Android.Views.Accessibility.AccessibilityNodeInfo.Extras Property
Gets an optional bundle with extra data.

Syntax

[get: Android.Runtime.Register("getExtras", "()Landroid/os/Bundle;", "GetGetExtrasHandler")]
public virtual Android.OS.Bundle Extras { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets an optional bundle with extra data. The bundle is lazily created and never null.

Note: It is recommended to use the package name of your application as a prefix for the keys to avoid collisions which may confuse an accessibility service if the same key has different meaning when emitted from different applications.

[Android Documentation]

Requirements

Namespace: Android.Views.Accessibility
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14