Android.InputMethodServices.InputMethodService.GetTextForImeActionFormatted Method
Return text that can be used as a button label for the given Android.Views.InputMethods.EditorInfo.ImeOptions.

Syntax

[Android.Runtime.Register("getTextForImeAction", "(I)Ljava/lang/CharSequence;", "GetGetTextForImeAction_IHandler")]
public virtual Java.Lang.ICharSequence GetTextForImeActionFormatted ([Android.Runtime.GeneratedEnum] Android.Views.InputMethods.ImeAction imeOptions)

Parameters

imeOptions
The value from @link EditorInfo#imeOptions EditorInfo.imeOptions}.

Returns

Documentation for this section has not yet been entered.

Remarks

Return text that can be used as a button label for the given Android.Views.InputMethods.EditorInfo.ImeOptions. Returns null if there is no action requested. Note that there is no guarantee that the returned text will be relatively short, so you probably do not want to use it as text on a soft keyboard key label.

[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