BiometricPrompt.AllowedAuthenticators Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type(s) of authenticators that may be invoked by the prompt to authenticate the
user, as set by Builder#setAllowedAuthenticators(int)
.
public virtual int AllowedAuthenticators { [Android.Runtime.Register("getAllowedAuthenticators", "()I", "GetGetAllowedAuthenticatorsHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getAllowedAuthenticators", "()I", "GetGetAllowedAuthenticatorsHandler", ApiSince=30)>]
member this.AllowedAuthenticators : int
Property Value
A bit field representing the type(s) of authenticators that may be invoked by the
prompt (as defined by Authenticators
), or 0 if this field was not set.
- Attributes
Remarks
Gets the type(s) of authenticators that may be invoked by the prompt to authenticate the user, as set by Builder#setAllowedAuthenticators(int)
.
Java documentation for android.hardware.biometrics.BiometricPrompt.getAllowedAuthenticators()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.