AuthenticationRequest.Biometric.Fallback.CustomOption


class AuthenticationRequest.Biometric.Fallback.CustomOption : AuthenticationRequest.Biometric.Fallback


Custom Fallback option displayed as the negative button in prompt authentication screen if it is the only option or displayed in a list in the fallback options page if there are more than one.

Summary

Public constructors

CustomOption(text: String, iconType: Int)

Public properties

Int

Icon to be shown for the fallback option

String

Text to be shown on the fallback option for the prompt.

Public constructors

CustomOption

Added in 1.4.0-alpha06
CustomOption(text: String, iconType: Int = ICON_TYPE_GENERIC)
Parameters
text: String

Text to be shown on the fallback option for the prompt.

iconType: Int = ICON_TYPE_GENERIC

Icon to be shown for the fallback option

Public properties

iconType

Added in 1.4.0-alpha06
val iconTypeInt

Icon to be shown for the fallback option

text

Added in 1.4.0-alpha06
val textString

Text to be shown on the fallback option for the prompt.