다음을 통해 공유


DocumentChangeInfo Constructor

Definition

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.

Java documentation for android.app.appsearch.observer.DocumentChangeInfo.DocumentChangeInfo(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.util.Set<java.lang.String>).

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.

Applies to