共用方式為


AccessibilityEvent.WindowsChangeFocused 欄位

定義

警告

This constant will be removed in the future version. Use Android.Views.Accessibility.WindowsChange enum directly instead of this field.

事件變更類型 #TYPE_WINDOWS_CHANGED :視窗已 AccessibilityWindowInfo#isFocused() 變更。

[Android.Runtime.Register("WINDOWS_CHANGE_FOCUSED", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.WindowsChange enum directly instead of this field.", true)]
public const Android.Views.Accessibility.WindowsChange WindowsChangeFocused = 64;
[<Android.Runtime.Register("WINDOWS_CHANGE_FOCUSED", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.WindowsChange enum directly instead of this field.", true)>]
val mutable WindowsChangeFocused : Android.Views.Accessibility.WindowsChange

欄位值

Value = 64

實作

屬性

備註

事件變更類型 #TYPE_WINDOWS_CHANGED :視窗已 AccessibilityWindowInfo#isFocused() 變更。

android.view.accessibility.AccessibilityEvent.WINDOWS_CHANGE_FOCUSEDJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於