BiometricPrompt.LogoRes 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 drawable resource of the logo for the prompt, as set by
Builder#setLogoRes(int)
.
public virtual int LogoRes { [Android.Runtime.Register("getLogoRes", "()I", "GetGetLogoResHandler", ApiSince=35)] [Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")] get; }
[<get: Android.Runtime.Register("getLogoRes", "()I", "GetGetLogoResHandler", ApiSince=35)>]
[<get: Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")>]
member this.LogoRes : int
Property Value
The drawable resource of the logo, or -1 if the prompt has no logo resource set.
- Attributes
Remarks
Gets the drawable resource of the logo for the prompt, as set by Builder#setLogoRes(int)
. Currently for system applications use only.
Java documentation for android.hardware.biometrics.BiometricPrompt.getLogoRes()
.
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.