Compartir a través de


BiometricPrompt.LogoRes Property

Definition

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.

Applies to