InputMethodSubtype.IsAuxiliary Property
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.
public bool IsAuxiliary { [Android.Runtime.Register("isAuxiliary", "()Z", "")] get; }
[<get: Android.Runtime.Register("isAuxiliary", "()Z", "")>]
member this.IsAuxiliary : bool
Property Value
true if this subtype is auxiliary, false otherwise. An auxiliary subtype will not be
shown in the list of enabled IMEs for choosing the current IME in the Settings even when this
subtype is enabled. Please note that this subtype will still be shown in the list of IMEs in
the IME switcher to allow the user to tentatively switch to this subtype while an IME is
shown. The framework will never switch the current IME to this subtype by
android.view.inputmethod.InputMethodManager#switchToLastInputMethod
.
The intent of having this flag is to allow for IMEs that are invoked in a one-shot way as
auxiliary input mode, and return to the previous IME once it is finished (e.g. voice input).
- Attributes
Remarks
Java documentation for android.view.inputmethod.InputMethodSubtype.isAuxiliary()
.
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.