Android.Views.InputMethods.EditorInfo.Extras Property
Any extra data to supply to the input method.

Syntax

[Android.Runtime.Register("extras")]
public Android.OS.Bundle Extras { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Any extra data to supply to the input method. This is for extended communication with specific input methods; the name fields in the bundle should be scoped (such as "com.mydomain.im.SOME_FIELD") so that they don't conflict with others. This field can be filled in from the NoType:android/R$attr;Href=../../../../reference/android/R.attr.html#editorExtras attribute of a TextView.

[Android Documentation]

Requirements

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