Share via


AlertArguments Class

Definition

Contains configuration arguments for displaying platform-specific alert dialogs.

public ref class AlertArguments
public class AlertArguments
type AlertArguments = class
Public Class AlertArguments
Inheritance
AlertArguments

Remarks

For internal use only. This API can be changed or removed without notice at any time.

Constructors

AlertArguments(String, String, String, String)

Initializes a new instance of the AlertArguments class with the specified dialog configuration.

Properties

Accept

Gets the text for the accept button. Can be null.

Cancel

Gets the text of the cancel button.

FlowDirection
Message

Gets the message for the alert. Can be null.

Result

Gets the TaskCompletionSource used to handle the async result of the alert dialog interaction.

Title

Gets the title for the alert. Can be null.

Methods

SetResult(Boolean)

Sets the result of the alert dialog interaction.

Applies to