ConfirmationPrompt.IsSupported(Context) Method

Definition

Checks if the device supports confirmation prompts.

[Android.Runtime.Register("isSupported", "(Landroid/content/Context;)Z", "", ApiSince=28)]
public static bool IsSupported (Android.Content.Context? context);
[<Android.Runtime.Register("isSupported", "(Landroid/content/Context;)Z", "", ApiSince=28)>]
static member IsSupported : Android.Content.Context -> bool

Parameters

context
Context

the application context.

Returns

true if confirmation prompts are supported by the device.

Attributes

Remarks

Checks if the device supports confirmation prompts.

Java documentation for android.security.ConfirmationPrompt.isSupported(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