mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
feat: adds WebviewVisible property to IHasWebView
This commit is contained in:
parent
b0a68f38f5
commit
8762f84548
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue