Skip to main content
Auto-generated from the Seam Android SDK Kotlin sources. Do not edit by hand — see mintlify-codegen/android-reference/.

Overview

sealed class SeamUnlockEvent
Events related to the co.seam.core.api.SeamSDK.unlock operation.

Cases

ScanningStarted

The unlock operation has started scanning.
class ScanningStarted : SeamUnlockEvent()

AccessGranted

The unlock operation has been granted access.
class AccessGranted : SeamUnlockEvent()

Timeout

The unlock operation has timed out.
class Timeout : SeamUnlockEvent()

ReaderError

An error has occurred while communicating with the reader.
class ReaderError(val message: String) : SeamUnlockEvent()