SetSchemaResponse.Builder.AddMigrationFailures Method
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.
Adds MigrationFailures to the list of migration failures.
[Android.Runtime.Register("addMigrationFailures", "(Ljava/util/Collection;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.SetSchemaResponse.Builder AddMigrationFailures(System.Collections.Generic.ICollection<Android.App.AppSearch.SetSchemaResponse.MigrationFailure> migrationFailures);
[<Android.Runtime.Register("addMigrationFailures", "(Ljava/util/Collection;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)>]
member this.AddMigrationFailures : System.Collections.Generic.ICollection<Android.App.AppSearch.SetSchemaResponse.MigrationFailure> -> Android.App.AppSearch.SetSchemaResponse.Builder
Parameters
- migrationFailures
- ICollection<SetSchemaResponse.MigrationFailure>
Returns
- Attributes
Remarks
Adds MigrationFailures to the list of migration failures.
Android reference for android.app.appsearch.SetSchemaResponse.Builder.addMigrationFailures.
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.