Share via


AccessibilityEvent.ContentChangeTypeEnabled 필드

정의

주의

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

이벤트 유형 #TYPE_WINDOW_CONTENT_CHANGED 변경: 원본 노드가 에서 반환하는 상호 작용 기능을 변경했습니다 AccessibilityNodeInfo#isEnabled.

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

필드 값

Value = 4096

구현

특성

설명

이벤트 유형 #TYPE_WINDOW_CONTENT_CHANGED 변경: 원본 노드가 에서 반환하는 상호 작용 기능을 변경했습니다 AccessibilityNodeInfo#isEnabled. 콘텐츠의 상호 작용 기능을 변경하는 보기는 를 호출 AccessibilityNodeInfo#setEnabled 한 다음 이 이벤트를 보내야 합니다.

에 대한 Java 설명서입니다 android.view.accessibility.AccessibilityEvent.CONTENT_CHANGE_TYPE_ENABLED.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상