다음을 통해 공유


ContentResolver.NotifyDelete 필드

정의

주의

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

플래그#notifyChange(Uri, ContentObserver, int): 일반적으로 이 알림이 호출의 결과임을 나타내기 위해 a에 ContentProvider#delete 의해 ContentProvider 설정됩니다.

[Android.Runtime.Register("NOTIFY_DELETE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.NotifyChangeFlags enum directly instead of this field.", true)]
public const Android.Content.NotifyChangeFlags NotifyDelete = 16;
[<Android.Runtime.Register("NOTIFY_DELETE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.NotifyChangeFlags enum directly instead of this field.", true)>]
val mutable NotifyDelete : Android.Content.NotifyChangeFlags

필드 값

Value = 16
특성

설명

플래그#notifyChange(Uri, ContentObserver, int): 일반적으로 이 알림이 호출의 결과임을 나타내기 위해 a에 ContentProvider#delete 의해 ContentProvider 설정됩니다.

이러한 자세한 플래그를 보내는 것은 선택 사항이지만 공급자는 이를 보내는 것이 좋습니다.

에 대한 android.content.ContentResolver.NOTIFY_DELETEJava 설명서

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

적용 대상