Language

SearchResult.MatchInfo.ExactMatchRange Property

Definition

Gets the MatchRange of the exact term of the given entry that matched the query.

public Android.App.AppSearch.SearchResult.MatchRange ExactMatchRange { [Android.Runtime.Register("getExactMatchRange", "()Landroid/app/appsearch/SearchResult$MatchRange;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getExactMatchRange", "()Landroid/app/appsearch/SearchResult$MatchRange;", "", ApiSince=31)>]
member this.ExactMatchRange : Android.App.AppSearch.SearchResult.MatchRange

Property Value

Attributes

Remarks

Gets the MatchRange of the exact term of the given entry that matched the query. Returns [0, 0] if the match is not text-based.

Android reference for android.app.appsearch.SearchResult.MatchInfo.getExactMatchRange.

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