Language

SearchResult.MatchInfo.SubmatchRange Property

Definition

Gets the MatchRange of the submatch term subsequence of the given entry that matched the query.

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

Property Value

Attributes

Remarks

Gets the MatchRange of the submatch term subsequence 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.getSubmatchRange.

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