SLOutdoorActiveMode

class SLOutdoorActiveMode(wifiThrottleEnabled: Boolean) : SLMode

SDK mode for scanning outdoors. When Wi-Fi throttle is enabled only 4 scans can be initiated per 2 minutes: https://developer.android.com/guide/topics/connectivity/wifi-scan#wifi-scan-throttling

Wi-Fi throttle influence: Disabled -> 2 second intervals. Enabled -> 30 second intervals.

Parameters

wifiThrottleEnabled

true if Wi-Fi throttling is enabled on the device.

Constructors

Link copied to clipboard
constructor(wifiThrottleEnabled: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val stagingTimeMs: Long = 4000
Link copied to clipboard
Link copied to clipboard
val wifiCacheTimeMs: Long = 5000
Link copied to clipboard