AccessibilityService.SoftKeyboardController.EnableImeFailUnknown フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.AccessibilityServices.SoftKeyboardControllerEnableIme enum directly instead of this field.

#setInputMethodEnabled(String, boolean)の戻り値。

[Android.Runtime.Register("ENABLE_IME_FAIL_UNKNOWN", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.SoftKeyboardControllerEnableIme enum directly instead of this field.", true)]
public const Android.AccessibilityServices.SoftKeyboardControllerEnableIme EnableImeFailUnknown = 2;
[<Android.Runtime.Register("ENABLE_IME_FAIL_UNKNOWN", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.SoftKeyboardControllerEnableIme enum directly instead of this field.", true)>]
val mutable EnableImeFailUnknown : Android.AccessibilityServices.SoftKeyboardControllerEnableIme

フィールド値

Value = 2
属性

注釈

#setInputMethodEnabled(String, boolean)の戻り値。 アクションが失敗し、理由が不明です。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象