Partager via


SchemaChangeInfo(String, String, ICollection<String>) Constructor

Definition

Constructs a new SchemaChangeInfo.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;)V", "", ApiSince=33)]
public SchemaChangeInfo (string packageName, string databaseName, System.Collections.Generic.ICollection<string> changedSchemaNames);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;)V", "", ApiSince=33)>]
new Android.App.AppSearch.Observers.SchemaChangeInfo : string * string * System.Collections.Generic.ICollection<string> -> Android.App.AppSearch.Observers.SchemaChangeInfo

Parameters

packageName
String

The package name of the app which owns the schema that changed.

databaseName
String

The database in which the schema that changed resides.

changedSchemaNames
ICollection<String>

Names of schemas that have changed as part of this notification.

Attributes

Remarks

Constructs a new SchemaChangeInfo.

Java documentation for android.app.appsearch.observer.SchemaChangeInfo.SchemaChangeInfo(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