Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
@Serializable
class AppFocused : SeamEvent.Phone.Native

App user's phone is in foreground.

Link copied to clipboard

App user's phone is in background.

Link copied to clipboard

Bluetooth disabled on the app user's phone.

Link copied to clipboard

Bluetooth enabled on the app user's phone.

Link copied to clipboard

Event related to credentials.

Link copied to clipboard
@Serializable
class FailedToConnectReader(val errorMessage: String) : SeamEvent.Phone.Native

App user's phone has unlocked the reader.

Link copied to clipboard

App user's phone connected to the internet.

Link copied to clipboard

App user's phone disconnected from the internet.

Link copied to clipboard
@Serializable
data class LostRequiredAndroidPermissions(val permissions: List<String>) : SeamEvent.Phone.Native

One or more required Android permissions have been lost.

Link copied to clipboard

App user's phone registration one time password completed.

Link copied to clipboard

App user's phone registration requires one time password.

Link copied to clipboard
@Serializable
class PhoneRegistrationFinished(val providerName: String) : SeamEvent.Phone.Native

App user's phone registration finished.

Link copied to clipboard

App user's phone registration started.

Link copied to clipboard

App user's phone has connected to a reader.

Link copied to clipboard
Link copied to clipboard

All required Android permissions have been regained.

Link copied to clipboard
@Serializable
class Timeout : SeamEvent.Phone.Native
Link copied to clipboard

Event related to PhoneNative.UnlockWithTap scanning.

Properties

Link copied to clipboard
abstract val eventType: String

Event type.