BiometricPrompt.LogoDescription 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 logo description for the prompt, as set by
Builder#setLogoDescription(String)
.
public virtual string? LogoDescription { [Android.Runtime.Register("getLogoDescription", "()Ljava/lang/String;", "GetGetLogoDescriptionHandler", ApiSince=35)] [Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")] get; }
[<get: Android.Runtime.Register("getLogoDescription", "()Ljava/lang/String;", "GetGetLogoDescriptionHandler", ApiSince=35)>]
[<get: Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")>]
member this.LogoDescription : string
Property Value
The logo description of the prompt, or null if the prompt has no logo description set.
- Attributes
Remarks
Gets the logo description for the prompt, as set by Builder#setLogoDescription(String)
. Currently for system applications use only.
Java documentation for android.hardware.biometrics.BiometricPrompt.getLogoDescription()
.
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.