Sdílet prostřednictvím


BiometricPrompt.LogoBitmap Property

Definition

Gets the logo bitmap for the prompt, as set by Builder#setLogoBitmap(Bitmap).

public virtual Android.Graphics.Bitmap? LogoBitmap { [Android.Runtime.Register("getLogoBitmap", "()Landroid/graphics/Bitmap;", "GetGetLogoBitmapHandler", ApiSince=35)] [Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")] get; }
[<get: Android.Runtime.Register("getLogoBitmap", "()Landroid/graphics/Bitmap;", "GetGetLogoBitmapHandler", ApiSince=35)>]
[<get: Android.Runtime.RequiresPermission("android.permission.SET_BIOMETRIC_DIALOG_ADVANCED")>]
member this.LogoBitmap : Android.Graphics.Bitmap

Property Value

The logo bitmap of the prompt, or null if the prompt has no logo bitmap set.

Attributes

Remarks

Gets the logo bitmap for the prompt, as set by Builder#setLogoBitmap(Bitmap). Currently for system applications use only.

Java documentation for android.hardware.biometrics.BiometricPrompt.getLogoBitmap().

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