MustProvideNotificationInUnlockWithTapLaunch

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

When you launch unlockWithTap for ASSA ABLOY, you must include the notification parameter.

Constructors

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