다음을 통해 공유


AccessibilityEvent.ContentChangeTypeError 필드

정의

주의

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#getError.

[Android.Runtime.Register("CONTENT_CHANGE_TYPE_ERROR", 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 ContentChangeTypeError = 2048;
[<Android.Runtime.Register("CONTENT_CHANGE_TYPE_ERROR", 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 ContentChangeTypeError : Android.Views.Accessibility.ContentChangeTypes

필드 값

Value = 2048

구현

특성

설명

이벤트 유형 #TYPE_WINDOW_CONTENT_CHANGED 변경: 원본 노드에서 반환된 잘못된 콘텐츠의 오류 메시지를 변경했습니다 AccessibilityNodeInfo#getError. 잘못된 콘텐츠의 오류 메시지를 변경하는 보기에서 호출 AccessibilityNodeInfo#setError 한 다음 이 이벤트를 보내야 합니다.

에 대한 android.view.accessibility.AccessibilityEvent.CONTENT_CHANGE_TYPE_ERRORJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상