getSensorPublicKey

abstract suspend fun getSensorPublicKey(updateProgress: suspend (progress: Progress) -> Unit = {}): ByteArray

Get sensor's public encryption key.

Return

Public encryption key as array of bytes

Parameters

updateProgress

Progress of the operation