Package-level declarations

Types

Link copied to clipboard
data class SeamCredential(val id: String?, val supportedUnlockProximities: List<UnlockProximity>, val name: String, val location: String?, val expiry: LocalDateTime?, val cardNumber: String?, val code: String?, val errors: List<SeamCredentialError>, val isManaged: Boolean = true, val providerName: String)

A Seam credential object. It contains information about a credential, such as its ID, name, location, expiration date, and any errors that it encountered.

Link copied to clipboard
class SeamSDK

This is the main entry point for the Seam Android SDK.

Link copied to clipboard

Represents the proximity at which a credential used to unlock a door.

Functions

Link copied to clipboard
fun UnlockProximity.toInternalProximity(): InternalUnlockProximity
Link copied to clipboard
fun InternalUnlockProximity.toUnlockProximity(): UnlockProximity