mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
feat: renames interface
This commit is contained in:
@@ -6,9 +6,9 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||||
{
|
{
|
||||||
public interface IHasOSD
|
public interface IHasWebView
|
||||||
{
|
{
|
||||||
void ShowOsdMessage(string url, string mobileControlPath, string mode, string title, string target);
|
void ShowWebView(string url, string mobileControlPath, string mode, string title, string target);
|
||||||
void HideOsdMessage();
|
void HideWebView();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user