Android.InputMethodServices.InputMethodService.OnCreateExtractTextView Method
Called by the framework to create the layout for showing extacted text.

Syntax

[Android.Runtime.Register("onCreateExtractTextView", "()Landroid/view/View;", "GetOnCreateExtractTextViewHandler")]
public virtual Android.Views.View OnCreateExtractTextView ()

Returns

Documentation for this section has not yet been entered.

Remarks

Called by the framework to create the layout for showing extacted text. Only called when in fullscreen mode. The returned view hierarchy must have an Android.InputMethodServices.ExtractEditText whose ID is NoType:android/R$id;Href=../../../reference/android/R.id.html#inputExtractEditText.

[Android Documentation]

Requirements

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