Language

SetSchemaResponse.Builder.AddMigrationFailure Method

Definition

Adds a MigrationFailure to the list of migration failures.

[Android.Runtime.Register("addMigrationFailure", "(Landroid/app/appsearch/SetSchemaResponse$MigrationFailure;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.SetSchemaResponse.Builder AddMigrationFailure(Android.App.AppSearch.SetSchemaResponse.MigrationFailure migrationFailure);
[<Android.Runtime.Register("addMigrationFailure", "(Landroid/app/appsearch/SetSchemaResponse$MigrationFailure;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)>]
member this.AddMigrationFailure : Android.App.AppSearch.SetSchemaResponse.MigrationFailure -> Android.App.AppSearch.SetSchemaResponse.Builder

Parameters

Returns

Attributes

Remarks

Adds a MigrationFailure to the list of migration failures.

Android reference for android.app.appsearch.SetSchemaResponse.Builder.addMigrationFailure.

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