data class ProximityObserverConfiguration
Author
Estimote Inc. (contact@estimote.com)
ProximityObserverConfiguration(telemetryReportingEnabled: Boolean, telemetryReportingIntervalValue: Long, telemetryReportingIntervalUnit: TimeUnit, analyticsEnabled: Boolean, estimoteSecureMonitoringEnabled: Boolean, scanPowerMode: ScanPowerMode, scannerType: (EstimoteBluetoothScannerFactory) -> BluetoothScanner, exitTimeoutValue: Long, exitTimeoutUnit: TimeUnit, onErrorAction: (Throwable) -> Unit) |
val analyticsEnabled: Boolean |
|
val estimoteSecureMonitoringEnabled: Boolean |
|
val exitTimeoutUnit: TimeUnit |
|
val exitTimeoutValue: Long |
|
var onErrorAction: (Throwable) -> Unit |
|
val scanPowerMode: ScanPowerMode |
|
val scannerType: (EstimoteBluetoothScannerFactory) -> BluetoothScanner |
|
val telemetryReportingEnabled: Boolean |
|
val telemetryReportingIntervalUnit: TimeUnit |
|
val telemetryReportingIntervalValue: Long |
fun default(): ProximityObserverConfiguration |