From ea166f60086cb05090b2567a13d5e5d07c08afa6 Mon Sep 17 00:00:00 2001 From: Adrian Frielinghaus Date: Mon, 4 Mar 2024 12:39:24 +0200 Subject: [PATCH] no message --- src/Blauhaus.MVVM.MonoGame/Services/MonoGameDialogService.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Blauhaus.MVVM.MonoGame/Services/MonoGameDialogService.cs b/src/Blauhaus.MVVM.MonoGame/Services/MonoGameDialogService.cs index 03830f9..8fc1ceb 100644 --- a/src/Blauhaus.MVVM.MonoGame/Services/MonoGameDialogService.cs +++ b/src/Blauhaus.MVVM.MonoGame/Services/MonoGameDialogService.cs @@ -19,5 +19,10 @@ public Task DisplayActionSheetAsync(string title, string cancel, string { return Task.FromResult(""); } + + public Task DisplayPromptAsync(string title, string message, string cancelButtonText = "Cancel", string acceptButtonText = "OK") + { + throw new System.NotImplementedException(); + } } } \ No newline at end of file