CursorWrapper.NotificationUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.