IObserverCallback.OnDocumentChanged(DocumentChangeInfo) Method
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.
Callback to trigger after document changes (documents added, updated or removed).
[Android.Runtime.Register("onDocumentChanged", "(Landroid/app/appsearch/observer/DocumentChangeInfo;)V", "GetOnDocumentChanged_Landroid_app_appsearch_observer_DocumentChangeInfo_Handler:Android.App.AppSearch.Observers.IObserverCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public void OnDocumentChanged (Android.App.AppSearch.Observers.DocumentChangeInfo changeInfo);
[<Android.Runtime.Register("onDocumentChanged", "(Landroid/app/appsearch/observer/DocumentChangeInfo;)V", "GetOnDocumentChanged_Landroid_app_appsearch_observer_DocumentChangeInfo_Handler:Android.App.AppSearch.Observers.IObserverCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member OnDocumentChanged : Android.App.AppSearch.Observers.DocumentChangeInfo -> unit
Parameters
- changeInfo
- DocumentChangeInfo
Information about the nature of the change.
- Attributes
Remarks
Callback to trigger after document changes (documents added, updated or removed).
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.