SearchSpec.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
SearchSpec.Builder() |
Constructs a new |
SearchSpec.Builder(SearchSpec) |
Constructs a new |
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
.
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.