Android: TakeScreenshot not implemented

This commit is contained in:
KeatonTheBot
2026-01-19 17:38:02 -06:00
parent ea7d680d11
commit dc4a51a462
@@ -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 ?? "",