SearchResult.Builder.SetRankingSignal(Double) Method
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.
Sets the ranking signal of the matched document in this SearchResult.
[Android.Runtime.Register("setRankingSignal", "(D)Landroid/app/appsearch/SearchResult$Builder;", "", ApiSince=31)]
public Android.App.AppSearch.SearchResult.Builder SetRankingSignal(double rankingSignal);
[<Android.Runtime.Register("setRankingSignal", "(D)Landroid/app/appsearch/SearchResult$Builder;", "", ApiSince=31)>]
member this.SetRankingSignal : double -> Android.App.AppSearch.SearchResult.Builder
Parameters
- rankingSignal
- Double
Returns
- Attributes
Remarks
Sets the ranking signal of the matched document in this SearchResult.
Android reference for android.app.appsearch.SearchResult.Builder.setRankingSignal.
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.