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.
[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
- database
- String
- namespace
- String
- schemaName
- String
- changedDocumentIds
- ICollection<String>
- Attributes