SetSchemaRequest.Builder.ClearSchemas Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clears all AppSearchSchema s from the list of schemas.
[Android.Runtime.Register("clearSchemas", "()Landroid/app/appsearch/SetSchemaRequest$Builder;", "", ApiSince=36)]
public Android.App.AppSearch.SetSchemaRequest.Builder ClearSchemas();
[<Android.Runtime.Register("clearSchemas", "()Landroid/app/appsearch/SetSchemaRequest$Builder;", "", ApiSince=36)>]
member this.ClearSchemas : unit -> Android.App.AppSearch.SetSchemaRequest.Builder
Returns
- Attributes
Remarks
Clears all AppSearchSchema s from the list of schemas.
Android reference for android.app.appsearch.SetSchemaRequest.Builder.clearSchemas.
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.