Language

SearchResult.MatchInfo.Builder.SetExactMatchRange Method

Definition

Sets the exact MatchRange corresponding to the given entry.

[Android.Runtime.Register("setExactMatchRange", "(Landroid/app/appsearch/SearchResult$MatchRange;)Landroid/app/appsearch/SearchResult$MatchInfo$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.SearchResult.MatchInfo.Builder SetExactMatchRange(Android.App.AppSearch.SearchResult.MatchRange matchRange);
[<Android.Runtime.Register("setExactMatchRange", "(Landroid/app/appsearch/SearchResult$MatchRange;)Landroid/app/appsearch/SearchResult$MatchInfo$Builder;", "", ApiSince=31)>]
member this.SetExactMatchRange : Android.App.AppSearch.SearchResult.MatchRange -> Android.App.AppSearch.SearchResult.MatchInfo.Builder

Parameters

Returns

Attributes

Remarks

Sets the exact MatchRange corresponding to the given entry.

Android reference for android.app.appsearch.SearchResult.MatchInfo.Builder.setExactMatchRange.

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