InputMethodSubtype.InputMethodSubtypeBuilder


public static class InputMethodSubtype.InputMethodSubtypeBuilder
extends Object

java.lang.Object
   ↳ android.view.inputmethod.InputMethodSubtype.InputMethodSubtypeBuilder


InputMethodSubtypeBuilder is a builder class of InputMethodSubtype. This class is designed to be used with InputMethodManager.setAdditionalInputMethodSubtypes(String, InputMethodSubtype). The developer needs to be aware of what each parameter means.

Summary

Public constructors

InputMethodSubtypeBuilder()

Public methods

InputMethodSubtype build()
InputMethodSubtype.InputMethodSubtypeBuilder setIsAsciiCapable(boolean isAsciiCapable)
InputMethodSubtype.InputMethodSubtypeBuilder setIsAuxiliary(boolean isAuxiliary)
InputMethodSubtype.InputMethodSubtypeBuilder setLanguageTag(String languageTag)
InputMethodSubtype.InputMethodSubtypeBuilder setLayoutLabelNonLocalized(CharSequence layoutLabelNonLocalized)

Sets the non-localized layout label.

InputMethodSubtype.InputMethodSubtypeBuilder setLayoutLabel