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