diff --git a/src/LibKenjinx/Android/AndroidUiHandler.cs b/src/LibKenjinx/Android/AndroidUiHandler.cs index c959c3922..c99c43924 100644 --- a/src/LibKenjinx/Android/AndroidUiHandler.cs +++ b/src/LibKenjinx/Android/AndroidUiHandler.cs @@ -22,6 +22,11 @@ namespace LibKenjinx.Android throw new NotImplementedException(); } + public void TakeScreenshot() + { + throw new NotImplementedException(); + } + public bool DisplayErrorAppletDialog(string? title, string? message, string[] buttonsText) { Interop.UpdateUiHandler(title ?? "",