BiometricAvailablePolicy

The Biometric Available policy checks if the device has enabled Biometric capabilities and lock screen security is enabled. JSON Policy format: {"biometricAvailable": { }}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private val BIOMETRIC_AVAILABLE_POLICY: String = "biometricAvailable"
Link copied to clipboard
open var data: JSONObject

Functions

Link copied to clipboard
open fun evaluate(context: Context): Boolean
Evaluate the policy compliance.
Link copied to clipboard
open fun getName(): String
Retrieve the name of the Policy.