Share via


IUserPromptService Interface

Definition

Provides services for prompting the user.

public interface IUserPromptService
type IUserPromptService = interface
Public Interface IUserPromptService

Methods

ShowDialogAsync(IRemoteUserControl, String, DialogOption, CancellationToken)

Shows a modal dialog.

ShowUserPromptAsync(String, IReadOnlyList<UserPromptOption>, UInt32, CancellationToken)

Prompts the user to select from a set of options.

Applies to