BackgroundScanUnsupported

@Serializable
@SerialName(value = "background_scan_unsupported")
data class BackgroundScanUnsupported(val underlyingError: Throwable? = null) : SeamError

You have set PhoneNative.UnlockWithTap.launch.foreground to false, but the app user's phone does not currently support scanning in the background.

Constructors

Link copied to clipboard
constructor(underlyingError: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String

Message to describe the error.

Link copied to clipboard
@Transient
open override val underlyingError: Throwable? = null

Underlying error.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Forms an internal Seam SDK-related error.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard