SearchSpec.Builder.SetPropertyWeightPaths Method

Definition

[Android.Runtime.Register("setPropertyWeightPaths", "(Ljava/lang/String;Ljava/util/Map;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=34)]
public Android.App.AppSearch.SearchSpec.Builder SetPropertyWeightPaths (string schemaType, System.Collections.Generic.IDictionary<Android.App.AppSearch.PropertyPath,Java.Lang.Double> propertyPathWeights);
[<Android.Runtime.Register("setPropertyWeightPaths", "(Ljava/lang/String;Ljava/util/Map;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=34)>]
member this.SetPropertyWeightPaths : string * System.Collections.Generic.IDictionary<Android.App.AppSearch.PropertyPath, Java.Lang.Double> -> Android.App.AppSearch.SearchSpec.Builder

Parameters

schemaType
String
propertyPathWeights
IDictionary<PropertyPath,Double>

Returns

Attributes

Applies to