Package-level declarations

Types

Link copied to clipboard
class SLIndoorMode(wifiThrottleEnabled: Boolean) : SLMode

SDK mode for scanning indoors. 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

Link copied to clipboard
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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class SLSurveyMode(val wifiEnabled: Boolean = true, val bleEnabled: Boolean = true) : SLMode