Android.Hardware.Biometrics Namespace
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.
Classes
| Name | Description |
|---|---|
| BiometricManager |
A class that contains biometric utilities. |
| BiometricManager.Strings |
Provides localized strings for an application that uses |
| BiometricPrompt |
A class that manages a system-provided biometric dialog. |
| BiometricPrompt.AuthenticationCallback |
Callback structure provided to |
| BiometricPrompt.AuthenticationResult |
Container for callback data from |
| BiometricPrompt.Builder |
A builder that collects arguments to be shown on the system-provided biometric dialog. |
| BiometricPrompt.CryptoObject |
A wrapper class for the cryptographic operations supported by BiometricPrompt. |
| BiometricPromptStyleSpec |
A class that describes the visual styles of the embedded BiometricPrompt UI to allow client applications to maintain visual consistency. |
| BiometricPromptStyleSpec.InterfaceConsts | |
| EmbeddedBiometricPrompt |
The embedded version of |
| EmbeddedBiometricPrompt.AuthenticationCallback |
Callback structure provided to |
| EmbeddedBiometricPrompt.Builder |
A builder for the embedded version of BiometricPrompt that collects arguments to be shown on the system-provided biometric dialog. |
| FallbackOption |
Contains the information for a fallback option to be displayed within Biometric Prompt. |
| FallbackOption.InterfaceConsts | |
| PromptContentItemBulletedText |
A list item with bulleted text shown on |
| PromptContentItemBulletedText.InterfaceConsts | |
| PromptContentItemPlainText |
A list item with plain text shown on |
| PromptContentItemPlainText.InterfaceConsts | |
| PromptContentViewWithMoreOptionsButton |
Contains the information of the template of content view with a more options button for Biometric Prompt. |
| PromptContentViewWithMoreOptionsButton.Builder |
A builder that collects arguments to be shown on the content view with more options button. |
| PromptContentViewWithMoreOptionsButton.InterfaceConsts | |
| PromptVerticalListContentView |
Contains the information of the template of vertical list content view for Biometric Prompt. |
| PromptVerticalListContentView.Builder |
A builder that collects arguments to be shown on the vertical list view. |
| PromptVerticalListContentView.InterfaceConsts | |
Interfaces
| Name | Description |
|---|---|
| EmbeddedBiometricPrompt.IEmbeddedContentFactory |
A factory that produces the custom embedded content view for the biometric prompt. |
| IPromptContentItem |
An item shown on |
| IPromptContentView |
Contains the information of the template of content view for Biometric Prompt. |