ConfirmationPrompt.Builder(Context) Constructor

Definition

Creates a builder for the confirmation prompt.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=28)]
public Builder (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "", ApiSince=28)>]
new Android.Security.ConfirmationPrompt.Builder : Android.Content.Context -> Android.Security.ConfirmationPrompt.Builder

Parameters

context
Context

the application context

Attributes

Remarks

Creates a builder for the confirmation prompt.

Java documentation for android.security.ConfirmationPrompt.Builder.ConfirmationPrompt$Builder(android.content.Context).

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