Language

AppSearchSchema.Builder.ClearParentTypes Method

Definition

Clears all parent types added through addParentType(String) from the schema type.

[Android.Runtime.Register("clearParentTypes", "()Landroid/app/appsearch/AppSearchSchema$Builder;", "", ApiSince=36)]
public Android.App.AppSearch.AppSearchSchema.Builder ClearParentTypes();
[<Android.Runtime.Register("clearParentTypes", "()Landroid/app/appsearch/AppSearchSchema$Builder;", "", ApiSince=36)>]
member this.ClearParentTypes : unit -> Android.App.AppSearch.AppSearchSchema.Builder

Returns

Attributes

Remarks

Clears all parent types added through addParentType(String) from the schema type.

Android reference for android.app.appsearch.AppSearchSchema.Builder.clearParentTypes.

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