start

suspend fun start(): Result<Unit>

Starts the BeaconScanner. If IndoorPositioningDefinition is not loaded when BeaconScanner starts, IndoorPositioningDefinition performs loading during the starting phase, which can lead to a significant delay before BeaconScanner is started. To prevent such a delay, manually load IndoorPositioningDefinition before starting BeaconScanner.

Return

a Result indicating when the BeaconScanner has started.

Since

200.6.0