Språk

InputMethodSubtype.InputMethodSubtypeBuilder.SetLayoutLabelNonLocalized Method

Definition

Overloads

Name Description
SetLayoutLabelNonLocalized(ICharSequence)

Sets the non-localized layout label.

SetLayoutLabelNonLocalized(String)

Sets the non-localized layout label.

SetLayoutLabelNonLocalized(ICharSequence)

Sets the non-localized layout label.

[Android.Runtime.Register("setLayoutLabelNonLocalized", "(Ljava/lang/CharSequence;)Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;", "GetSetLayoutLabelNonLocalized_Ljava_lang_CharSequence_Handler", ApiSince=36)]
public virtual Android.Views.InputMethods.InputMethodSubtype.InputMethodSubtypeBuilder SetLayoutLabelNonLocalized(Java.Lang.ICharSequence layoutLabelNonLocalized);
[<Android.Runtime.Register("setLayoutLabelNonLocalized", "(Ljava/lang/CharSequence;)Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;", "GetSetLayoutLabelNonLocalized_Ljava_lang_CharSequence_Handler", ApiSince=36)>]
abstract member SetLayoutLabelNonLocalized : Java.Lang.ICharSequence -> Android.Views.InputMethods.InputMethodSubtype.InputMethodSubtypeBuilder
override this.SetLayoutLabelNonLocalized : Java.Lang.ICharSequence -> Android.Views.InputMethods.InputMethodSubtype.InputMethodSubtypeBuilder

Parameters

layoutLabelNonLocalized
ICharSequence

the non-localized layout label. This value cannot be null.

Returns

Attributes

Remarks

Sets the non-localized layout label. This is used as the layout display name if the layoutLabelResource is not set (0).

Android reference for android.view.inputmethod.InputMethodSubtype.InputMethodSubtypeBuilder.setLayoutLabelNonLocalized.

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

SetLayoutLabelNonLocalized(String)

Sets the non-localized layout label.

public Android.Views.InputMethods.InputMethodSubtype.InputMethodSubtypeBuilder SetLayoutLabelNonLocalized(string layoutLabelNonLocalized);
member this.SetLayoutLabelNonLocalized : string -> Android.Views.InputMethods.InputMethodSubtype.InputMethodSubtypeBuilder

Parameters

layoutLabelNonLocalized
String

the non-localized layout label. This value cannot be null.

Returns

Remarks

Sets the non-localized layout label. This is used as the layout display name if the layoutLabelResource is not set (0).

Android reference for android.view.inputmethod.InputMethodSubtype.InputMethodSubtypeBuilder.setLayoutLabelNonLocalized.

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