Share via


RangingPreference.RangingParams Property

Definition

Returns the ranging parameters associated with this preference.

public Android.Ranging.RangingConfig? RangingParams { [Android.Runtime.Register("getRangingParams", "()Landroid/ranging/RangingConfig;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getRangingParams", "()Landroid/ranging/RangingConfig;", "", ApiSince=36)>]
member this.RangingParams : Android.Ranging.RangingConfig

Property Value

the RangingConfig or null if not set.

Attributes

Remarks

Returns the ranging parameters associated with this preference.

Java documentation for android.ranging.RangingPreference.getRangingParams().

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