BiometricPrompt.ContentView 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 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.