Language

CursorWrapper.NotificationUri Property

Definition

Return the URI at which notifications of changes in this Cursor's data will be delivered, as previously set by SetNotificationUri(ContentResolver, Uri).

public virtual Android.Net.Uri? NotificationUri { [Android.Runtime.Register("getNotificationUri", "()Landroid/net/Uri;", "GetGetNotificationUriHandler")] get; }
[<get: Android.Runtime.Register("getNotificationUri", "()Landroid/net/Uri;", "GetGetNotificationUriHandler")>]
member this.NotificationUri : Android.Net.Uri

Property Value

Uri

Returns a URI that can be used with ContentResolver.registerContentObserver to find out about changes to this Cursor's data. May be null if no notification URI has been set.

Implements

Attributes

Remarks

Return the URI at which notifications of changes in this Cursor's data will be delivered, as previously set by setNotificationUri(ContentResolver, Uri).

Android reference for android.database.CursorWrapper.getNotificationUri.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to