Language

SetSchemaResponse.Builder.AddMigrationFailures Method

Definition

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

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.

Applies to