hwsecurity-ui / de.cotech.hw.ui / SecurityKeyDialogOptions /
SecurityKeyDialogOptions
abstract class SecurityKeyDialogOptions
Types
Name | Summary |
---|---|
Builder | abstract class Builder |
FormFactor | enum FormFactor |
PinMode | enum PinMode |
Functions
Name | Summary |
---|---|
builder | open fun builder(): SecurityKeyDialogOptions.Builder |
getAllowKeyboard | abstract fun getAllowKeyboard(): Boolean |
getFormFactor | abstract fun getFormFactor(): SecurityKeyDialogOptions.FormFactor |
getPinLength | abstract fun getPinLength(): Integer |
getPinMode | abstract fun getPinMode(): SecurityKeyDialogOptions.PinMode |
getPreventScreenshots | abstract fun getPreventScreenshots(): Boolean |
getPukLength | abstract fun getPukLength(): Integer |
getShowReset | abstract fun getShowReset(): Boolean |
getShowSdkLogo | abstract fun getShowSdkLogo(): Boolean |
getTheme | abstract fun getTheme(): Int |
getTitle | abstract fun getTitle(): String |