AScanStatusListener

A default base implementation for the scan status listener.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

A flag available to vary the verbosity of the listener actions and traces.

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.