Android.Widget.TextView.SetInputExtras Method
Set the extra input data of the text, which is the Android.Views.InputMethods.EditorInfo.Extras Bundle that will be filled in when creating an input connection.

Syntax

[Android.Runtime.Register("setInputExtras", "(I)V", "GetSetInputExtras_IHandler")]
public virtual void SetInputExtras (int xmlResId)

See Also

TextView.GetInputExtras(bool)
Android.Views.InputMethods.EditorInfo.Extras

Parameters

xmlResId
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.XmlPull.V1.XmlPullParserException
Java.IO.IOException

Remarks

Set the extra input data of the text, which is the Android.Views.InputMethods.EditorInfo.Extras Bundle that will be filled in when creating an input connection. The given integer is the resource ID of an XML resource holding an NoType:android/R$styleable;Href=../../../reference/android/R.styleable.html#InputExtras XML tree.

[Android Documentation]

Requirements

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