Share via


SearchSpec.Builder Constructors

Definition

Overloads

SearchSpec.Builder()

Constructs a new Builder for SearchSpec objects.

SearchSpec.Builder(SearchSpec)

Constructs a new Builder from the given SearchSpec.

SearchSpec.Builder()

Constructs a new Builder for SearchSpec objects.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=31)]
public Builder();
Attributes

Remarks

Constructs a new Builder for SearchSpec objects.

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

Applies to

SearchSpec.Builder(SearchSpec)

Constructs a new Builder from the given SearchSpec.

[Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/SearchSpec;)V", "", ApiSince=36)]
public Builder(Android.App.AppSearch.SearchSpec searchSpec);
[<Android.Runtime.Register(".ctor", "(Landroid/app/appsearch/SearchSpec;)V", "", ApiSince=36)>]
new Android.App.AppSearch.SearchSpec.Builder : Android.App.AppSearch.SearchSpec -> Android.App.AppSearch.SearchSpec.Builder

Parameters

searchSpec
SearchSpec
Attributes

Remarks

Constructs a new Builder from the given SearchSpec.

Java documentation for android.app.appsearch.SearchSpec.Builder.SearchSpec$Builder(android.app.appsearch.SearchSpec).

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