IScanStatusListener

Interface for a listener of scan status events.

Inheritors

Functions

Link copied to clipboard
abstract fun onCyclePause()

Callback when scan is paused in a non fr.maxcom.beacon.configuration.ScanFrequency.RANGING mode.

Link copied to clipboard
abstract fun onCycleResume()

Callback when scan is resumed in a non fr.maxcom.beacon.configuration.ScanFrequency.RANGING mode.

Link copied to clipboard
abstract fun onScanError(scanError: ScanError)

Callback when scan operation could not be run.

Link copied to clipboard
abstract fun onScanFailed(errorCode: Int, errorReason: String)

Callback when scan could not be started.

Link copied to clipboard
abstract fun onScanStart()

Callback when the scan is started.

Link copied to clipboard
abstract fun onScanStop()

Callback when the scan is stopped.