Share via


AppSearchSchema.Builder Constructors

Definition

Overloads

AppSearchSchema.Builder(AppSearchSchema)

Creates a new AppSearchSchema.Builder from the given AppSearchSchema.

AppSearchSchema.Builder(String)

Creates a new AppSearchSchema.Builder.

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

Attributes

Remarks

Creates a new AppSearchSchema.Builder from the given AppSearchSchema.

Java documentation for android.app.appsearch.AppSearchSchema.Builder.AppSearchSchema$Builder(android.app.appsearch.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.

Java documentation for android.app.appsearch.AppSearchSchema.Builder.AppSearchSchema$Builder(java.lang.String).

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