次の方法で共有


BiometricPrompt.ContentView Property

Definition

Gets the content view for the prompt, as set by Builder#setContentView(PromptContentView).

public virtual Android.Hardware.Biometrics.IPromptContentView? ContentView { [Android.Runtime.Register("getContentView", "()Landroid/hardware/biometrics/PromptContentView;", "GetGetContentViewHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getContentView", "()Landroid/hardware/biometrics/PromptContentView;", "GetGetContentViewHandler", ApiSince=35)>]
member this.ContentView : Android.Hardware.Biometrics.IPromptContentView

Property Value

The content view for the prompt, or null if the prompt has no content view.

Attributes

Remarks

Gets the content view for the prompt, as set by Builder#setContentView(PromptContentView).

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

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