FMX.BiometricAuth.TBiometricPromptProperties.AllowedAttempts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

AllowedAttempts: Integer;

C++

int AllowedAttempts;

Properties

Type Visibility Source Unit Parent
field public
FMX.BiometricAuth.pas
FMX.BiometricAuth.hpp
FMX.BiometricAuth TBiometricPromptProperties

Description

Number of attempts at authentication that are allowed before the prompt closes.

Note: The default is set to 0, which means there are unlimited attempts. Applies to Android ONLY.

See Also