Types

Link copied to clipboard

The app user's phone has not been activated. Call SeamSDK.activate first.

Link copied to clipboard

The SDK is already initialized. Thrown when trying to call SeamSDK.initialize multiple times. You can call SeamSDK.deactivate first.

Link copied to clipboard

There are multiple credential errors. Thrown when trying to unlock with a credential. Check the errors list for more details.

Link copied to clipboard

A deactivation is already in progress. Throw when trying to call SeamSDK.deactivate multiple times.

Link copied to clipboard

The SDK has not been initialized. Call SeamSDK.initialize first. Usually thrown when trying to call a method that requires the SDK to be initialized, such as SeamSDK.unlock or SeamSDK.activate.

Link copied to clipboard

No integration found for the specified credential. Usually thrown when trying to unlock a credential that doesn't have an integration (Assa Abloy, Latch, Salto, etc) associated with it.

Link copied to clipboard

The device does not have an internet connection. Usually thrown when trying to call a method that requires an internet connection, such as SeamSDK.unlock, SeamSDK.initialize, SeamSDK.refresh, SeamSDK.activate etc.

Link copied to clipboard
class InvalidClientSessionToken(val message: String = "Invalid client session token") : SeamError

The client session token is invalid. Trhown when trying to call SeamSDK.initialize with an invalid client session token.

Link copied to clipboard

The credential id is invalid. This error is usually thrown when trying to unlock with a credential that is invalid, or not recognized by the SDK.

Link copied to clipboard

The unlock proximity is invalid. Thrown when trying to unlock with an invalid unlock proximity.

Link copied to clipboard

An unknown error occurred.

Properties

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

Functions

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
Link copied to clipboard