Language

SetSchemaResponse.Builder.AddMigratedTypes(ICollection<String>) Method

Definition

Adds migratedTypes to the list of migrated schema types.

[Android.Runtime.Register("addMigratedTypes", "(Ljava/util/Collection;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.SetSchemaResponse.Builder AddMigratedTypes(System.Collections.Generic.ICollection<string> migratedTypes);
[<Android.Runtime.Register("addMigratedTypes", "(Ljava/util/Collection;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)>]
member this.AddMigratedTypes : System.Collections.Generic.ICollection<string> -> Android.App.AppSearch.SetSchemaResponse.Builder

Parameters

migratedTypes
ICollection<String>

Returns

Attributes

Remarks

Adds migratedTypes to the list of migrated schema types.

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

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