Register to watch a content URI for changes.
Syntax
[Android.Runtime.Register("setNotificationUri", "(Landroid/content/ContentResolver;Landroid/net/Uri;)V", "GetSetNotificationUri_Landroid_content_ContentResolver_Landroid_net_Uri_Handler:Android.Database.ICursorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
void SetNotificationUri (
Android.Content.ContentResolver cr,
Android.Net.Uri uri)
Parameters
- cr
- The content resolver from the caller's context. The listener attached to
this resolver will be notified.
- uri
- The content URI to watch.
Remarks
Requirements
Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1