[Link new device] Unlock with device credentials or application PIN code
This commit is contained in:
+3
@@ -16,6 +16,9 @@ interface LinkMobileHandler {
|
||||
|
||||
sealed interface LinkMobileStep {
|
||||
data object Uninitialized : LinkMobileStep
|
||||
|
||||
// Internal application step, for the UI
|
||||
data object CreatingQrCode : LinkMobileStep
|
||||
data object Starting : LinkMobileStep
|
||||
data class QrReady(val data: String) : LinkMobileStep
|
||||
data object QrRotating : LinkMobileStep
|
||||
|
||||
Reference in New Issue
Block a user