Language

SetSchemaResponse.Builder.AddIncompatibleTypes Method

Definition

Adds incompatibleTypes to the list of incompatible schema types.

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

Parameters

incompatibleTypes
ICollection<String>

Returns

Attributes

Remarks

Adds incompatibleTypes to the list of incompatible schema types.

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

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