Package-level declarations

Types

Link copied to clipboard
class Phone(mobileController: MobileController)

Use get to retrieve a PhoneNative instance. Use native to access the relevant PhoneNative instance.

Link copied to clipboard
class PhoneNative(mobileController: MobileController)

Use initialize to initialize the phone setup processes so that the app user's phone is ready to accept mobile keys and downloads any existing mobile keys. Use credentials to retrieve the list of credentials. Use UnlockWithTap functions to start and stop UnlockWithTap scanning.

Link copied to clipboard
class Seam(androidContext: Context, clientSessionToken: String? = null, eventHandler: <Error class: unknown class> = {}, androidDeviceInfo: IAndroidDeviceInfo? = null, apiToken: String? = null, basicAuth: String? = null, baseUrl: String = "https://connect.getseam.com")

Base class for the Seam mobile client.