InputMethodManager.LastInputMethodSubtype プロパティ

定義

システム履歴で最後に使用された InputMethodSubtype を返します。

public Android.Views.InputMethods.InputMethodSubtype? LastInputMethodSubtype { [Android.Runtime.Register("getLastInputMethodSubtype", "()Landroid/view/inputmethod/InputMethodSubtype;", "")] get; }
[<get: Android.Runtime.Register("getLastInputMethodSubtype", "()Landroid/view/inputmethod/InputMethodSubtype;", "")>]
member this.LastInputMethodSubtype : Android.Views.InputMethods.InputMethodSubtype

プロパティ値

最後の IME にサブタイプがない場合は、最後InputMethodSubtypenullの 。

属性

注釈

システム履歴で最後に使用された InputMethodSubtype を返します。

android.view.inputmethod.InputMethodManager.getLastInputMethodSubtype()Java ドキュメント。

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

適用対象