Language

SetSchemaResponse.Builder.AddMigratedType(String) Method

Definition

Adds one migratedType to the list of migrated schema types.

[Android.Runtime.Register("addMigratedType", "(Ljava/lang/String;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.SetSchemaResponse.Builder AddMigratedType(string migratedType);
[<Android.Runtime.Register("addMigratedType", "(Ljava/lang/String;)Landroid/app/appsearch/SetSchemaResponse$Builder;", "", ApiSince=31)>]
member this.AddMigratedType : string -> Android.App.AppSearch.SetSchemaResponse.Builder

Parameters

migratedType
String

Returns

Attributes

Remarks

Adds one migratedType to the list of migrated schema types.

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

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