ChooserTarget.Score Property

Definition

Returns the ranking score supplied by the creator of this ChooserTarget.

public float Score { [Android.Runtime.Register("getScore", "()F", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getScore", "()F", "", ApiSince=23)>]
member this.Score : single

Property Value

the ranking score for this target between 0.0f and 1.0f, inclusive

Attributes

Remarks

Returns the ranking score supplied by the creator of this ChooserTarget. Values are between 0.0f and 1.0f. The UI displaying the target may take this score into account when sorting and merging targets from multiple sources.

Java documentation for android.service.chooser.ChooserTarget.getScore().

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