Android.Database.AbstractCursor.NotificationUri Property
Return the URI at which notifications of changes in this Cursor's data will be delivered, as previously set by ICursor.SetNotificationUri(Android.Content.ContentResolver, Android.Net.Uri).

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11