mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
feat: simplifies IHasOsd ShowWebView method signature
This commit is contained in:
parent
b095d926d2
commit
46887579e4
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||||
{
|
{
|
||||||
public interface IHasWebView
|
public interface IHasWebView
|
||||||
{
|
{
|
||||||
void ShowWebView(string url, string mobileControlPath, string mode, string title, string target);
|
void ShowWebView(string url, string mode, string title, string target);
|
||||||
void HideWebView();
|
void HideWebView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue