hwsecurity-ui / de.cotech.hw.ui / SecurityKeyDialogInterface / SecurityKeyDialogCallback /

SecurityKeyDialogCallback

interface SecurityKeyDialogCallback< T : SecurityKey?>

Functions

Name Summary
onSecurityKeyDialogCancel open fun onSecurityKeyDialogCancel()
onSecurityKeyDialogDiscovered

abstract fun onSecurityKeyDialogDiscovered(dialogInterface: SecurityKeyDialogInterface, securityKey: T, pinProvider: PinProvider)

IOExceptions are handled by the SecurityKeyDialogFragment if thrown inside this callback.

onSecurityKeyDialogDismiss open fun onSecurityKeyDialogDismiss()