DocumentChangeInfo Constructor
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.
Constructs a new DocumentChangeInfo
.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;)V", "", ApiSince=33)]
public DocumentChangeInfo (string packageName, string database, string namespace, string schemaName, System.Collections.Generic.ICollection<string> changedDocumentIds);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;)V", "", ApiSince=33)>]
new Android.App.AppSearch.Observers.DocumentChangeInfo : string * string * string * string * System.Collections.Generic.ICollection<string> -> Android.App.AppSearch.Observers.DocumentChangeInfo
Parameters
- packageName
- String
The package name of the app which owns the documents that changed.
- database
- String
The database in which the documents that changed reside.
- namespace
- String
The namespace in which the documents that changed reside.
- schemaName
- String
The name of the schema type that contains the changed documents.
- changedDocumentIds
- ICollection<String>
The set of document IDs that have been changed as part of this notification.
- Attributes
Remarks
Constructs a new DocumentChangeInfo
.
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.