feat: adds WebviewVisible property to IHasWebView

This commit is contained in:
aknous
2025-03-20 00:40:39 -04:00
parent b0a68f38f5
commit 8762f84548

View File

@@ -8,6 +8,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
{
public interface IHasWebView
{
public bool WebviewIsVisible { get; }
void ShowWebView(string url, string mode, string title, string target);
void HideWebView();
}