Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
freever committed Mar 4, 2024
1 parent 3aa7558 commit ea166f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Blauhaus.MVVM.MonoGame/Services/MonoGameDialogService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ public Task<string> DisplayActionSheetAsync(string title, string cancel, string
{
return Task.FromResult("");
}

public Task<string?> DisplayPromptAsync(string title, string message, string cancelButtonText = "Cancel", string acceptButtonText = "OK")
{
throw new System.NotImplementedException();
}
}
}

0 comments on commit ea166f6

Please sign in to comment.