CompletionInfo.Label Property

Definition

Returns the user-visible label for the completion, or null when the plain text should be shown.

public string? Label { get; }
member this.Label : string

Property Value

The label shown to the user instead of the actual completion text, or null to show that text.

Remarks

Java documentation for android.view.inputmethod.CompletionInfo.getLabel().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to