ScanEvent

actual sealed class ScanEvent

Event classes that inherit from ScanEvent contain the data returned in the callbacks provided during the setup of the scan process.

Parameters

measurementUUID

UUID of the scan if available, null otherwise

Inheritors

expect sealed class ScanEvent

Event classes that inherit from ScanEvent contain the data returned in the callbacks provided during the setup of the scan process.

Parameters

measurementUUID

UUID of the scan if available, null otherwise

Inheritors

actual sealed class ScanEvent

Event classes that inherit from ScanEvent contain the data returned in the callbacks provided during the setup of the scan process. The following events are mandatory to be handled to provide a proper user flow: - OnUploadCompleted - OnUploadFailed - OnUploadAborted - OnScanAbort

Parameters

measurementUUID

UUID of the scan if available, null otherwise

Inheritors

Properties

Link copied to clipboard
actual open val measurementUUID: String?
expect open val measurementUUID: String?
actual open val measurementUUID: String?