ICursor.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 Android.Net.Uri? NotificationUri { [Android.Runtime.Register("getNotificationUri", "()Landroid/net/Uri;", "GetGetNotificationUriHandler:Android.Database.ICursorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")] get; }
[<get: Android.Runtime.Register("getNotificationUri", "()Landroid/net/Uri;", "GetGetNotificationUriHandler:Android.Database.ICursorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
member this.NotificationUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

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