InputMethodSubtype.InputMethodSubtypeBuilder.SetSubtypeNameOverride Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
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.