SchemaChangeInfo(String, String, ICollection<String>) 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 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
.
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.