Bug Bounties

Need to get android supported biometric types

I wants to get supported Biometric type user can authenticate. val biometricManager = BiometricManager.from(this) when (biometricManager.canAuthenticate()) { BiometricManager.BIOMETRIC_SUCCESS -> { //In here I needs to get the Biometric Type } }