語言

CursorWrapper.NotificationUri 屬性

定義

回傳 URI,屆時將傳送此游標資料變更通知,如先前設定的 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

屬性值

Uri

回傳一個 URI,可搭配 ContentResolver.registerContentObserver 查詢游標資料的變更。 如果沒有設定通知 URI,可能會是空的。

實作

屬性

備註

回傳將傳送此游標資料變更通知的 URI,如先前由 setNotificationUri(ContentResolver, Uri) 設定。

Android 參考資料。android.database.CursorWrapper.getNotificationUri

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於