AppSearchSchema.Builder Constructors
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.
Overloads
AppSearchSchema.Builder(AppSearchSchema) |
Creates a new |
AppSearchSchema.Builder(String) |
Creates a new |
AppSearchSchema.Builder(AppSearchSchema)
Creates a new AppSearchSchema.Builder
from the given AppSearchSchema
.
[Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/AppSearchSchema;)V", "", ApiSince=36)]
public Builder(Android.App.AppSearch.AppSearchSchema schema);
[<Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/AppSearchSchema;)V", "", ApiSince=36)>]
new Android.App.AppSearch.AppSearchSchema.Builder : Android.App.AppSearch.AppSearchSchema -> Android.App.AppSearch.AppSearchSchema.Builder
Parameters
- schema
- AppSearchSchema
- Attributes
Remarks
Creates a new AppSearchSchema.Builder
from the given AppSearchSchema
.
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
AppSearchSchema.Builder(String)
Creates a new AppSearchSchema.Builder
.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)]
public Builder(string schemaType);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=31)>]
new Android.App.AppSearch.AppSearchSchema.Builder : string -> Android.App.AppSearch.AppSearchSchema.Builder
Parameters
- schemaType
- String
- Attributes
Remarks
Creates a new AppSearchSchema.Builder
.
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.