EmbeddedBiometricPrompt.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, as set by Builder#setLogoRes(int).
public int LogoRes { [Android.Runtime.Register("getLogoRes", "()I", "", ApiSince=37)] [Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")] get; }
[<get: Android.Runtime.Register("getLogoRes", "()I", "", ApiSince=37)>]
[<get: Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")>]
member this.LogoRes : int
Property Value
The drawable resource of the logo, or 0 if the prompt has no logo resource set.
- Attributes