Android.Views.InputMethods.CompletionInfo.TextFormatted Property
Return the actual text associated with this completion.

Syntax

[get: Android.Runtime.Register("getText", "()Ljava/lang/CharSequence;", "GetGetTextHandler")]
public Java.Lang.ICharSequence TextFormatted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the actual text associated with this completion. This is the real text that will be inserted into the editor if the user selects it.

[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