Language

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

Definition

Adds deletedTypes to the list of deleted schema types.

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

Parameters

deletedTypes
ICollection<String>

Returns

Attributes

Remarks

Adds deletedTypes to the list of deleted schema types.

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

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