Skip to content

Commit

Permalink
added CanShowDialog method
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlagunas committed Oct 15, 2021
1 parent ac99099 commit 866bbc1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ namespace Prism.Services
/// </summary>
public interface IPageDialogService
{
/// <summary>
/// Determines if the dialog can be shown.
/// </summary>
/// <returns>True is you can show the dialog; False if the dialog cannot be shown</returns>
bool CanShowDialog();

/// <summary>
/// Presents an alert dialog to the application user with an accept and a cancel button.
/// </summary>
Expand Down

0 comments on commit 866bbc1

Please sign in to comment.