RangingSession.ReconfigureRangingInterval(Int32) 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.
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.