UnlockWithTap

class UnlockWithTap(mobileController: MobileController)

Use launch to start UnlockWithTap scanning. Use stop to stop scanning. Use get to retrieve UnlockWithTap instance properties and status.

Constructors

Link copied to clipboard
constructor(mobileController: MobileController)

Functions

Link copied to clipboard

Retrieves the UnlockWithTap instance properties and status.

Link copied to clipboard
fun launch(foreground: Boolean, notification: Notification? = null, enableVibrateOnReaderGrantedAccess: Boolean = true, vibrateDuration: Duration = 500.toDuration(DurationUnit.MILLISECONDS)): SeamResult<Unit>

Starts UnlockWithTap scanning.

Link copied to clipboard

Stops UnlockWithTap scanning.