RangingSession.ReconfigureRangingInterval(Int32) Method

Definition

Reconfigures the ranging interval for the current session by setting the interval skip count.

[Android.Runtime.Register("reconfigureRangingInterval", "(I)V", "", ApiSince=36)]
[Android.Runtime.RequiresPermission("android.permission.RANGING")]
public void ReconfigureRangingInterval(int intervalSkipCount);
[<Android.Runtime.Register("reconfigureRangingInterval", "(I)V", "", ApiSince=36)>]
[<Android.Runtime.RequiresPermission("android.permission.RANGING")>]
member this.ReconfigureRangingInterval : int -> unit

Parameters

intervalSkipCount
Int32

the number of intervals to skip, ranging from 0 to 255.

Attributes

Remarks

Reconfigures the ranging interval for the current session by setting the interval skip count. The intervalSkipCount defines how many intervals should be skipped between successive ranging rounds. Valid values range from 0 to 255.

Java documentation for android.ranging.RangingSession.reconfigureRangingInterval(int).

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