GetSchemaResponse.Builder.AddSchema(AppSearchSchema) 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.
Adds one AppSearchSchema to the schema list.
[Android.Runtime.Register("addSchema", "(Landroid/app/appsearch/AppSearchSchema;)Landroid/app/appsearch/GetSchemaResponse$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.GetSchemaResponse.Builder AddSchema(Android.App.AppSearch.AppSearchSchema schema);
[<Android.Runtime.Register("addSchema", "(Landroid/app/appsearch/AppSearchSchema;)Landroid/app/appsearch/GetSchemaResponse$Builder;", "", ApiSince=31)>]
member this.AddSchema : Android.App.AppSearch.AppSearchSchema -> Android.App.AppSearch.GetSchemaResponse.Builder
Parameters
- schema
- AppSearchSchema
Returns
- Attributes
Remarks
Adds one AppSearchSchema to the schema list.
Android reference for android.app.appsearch.GetSchemaResponse.Builder.addSchema.
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.