Lingua

InputMethodSubtype.InputMethodSubtypeBuilder.SetSubtypeNameOverride Method

Definition

Overloads

Name Description
SetSubtypeNameOverride(ICharSequence)

Sets the untranslatable name of the subtype.

SetSubtypeNameOverride(String)

Sets the untranslatable name of the subtype.

SetSubtypeNameOverride(ICharSequence)

Sets the untranslatable name of the subtype.

[Android.Runtime.Register("setSubtypeNameOverride", "(Ljava/lang/CharSequence;)Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;", "GetSetSubtypeNameOverride_Ljava_lang_CharSequence_Handler", ApiSince=34)]
public virtual Android.Views.InputMethods.InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeNameOverride(Java.Lang.ICharSequence nameOverride);
[<Android.Runtime.Register("setSubtypeNameOverride", "(Ljava/lang/CharSequence;)Landroid/view/inputmethod/InputMethodSubtype$InputMethodSubtypeBuilder;", "GetSetSubtypeNameOverride_Ljava_lang_CharSequence_Handler", ApiSince=34)>]
abstract member SetSubtypeNameOverride : Java.Lang.ICharSequence -> Android.Views.InputMethods.InputMethodSubtype.InputMethodSubtypeBuilder
override this.SetSubtypeNameOverride : Java.Lang.ICharSequence -> Android.Views.InputMethods.InputMethodSubtype.InputMethodSubtypeBuilder

Parameters

nameOverride
ICharSequence

is the name to set. This value cannot be null.

Returns

Attributes

Remarks

Sets the untranslatable name of the subtype. This string is used as the subtype's display name if subtype's name res Id is 0.

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

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

SetSubtypeNameOverride(String)

Sets the untranslatable name of the subtype.

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

Parameters

nameOverride
String

is the name to set. This value cannot be null.

Returns

Remarks

Sets the untranslatable name of the subtype. This string is used as the subtype's display name if subtype's name res Id is 0.

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

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