mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat: add IMobileControlAction interface
This commit is contained in:
parent
d6f896c4b2
commit
5084861067
1 changed files with 8 additions and 0 deletions
|
|
@ -98,4 +98,12 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
||||||
|
|
||||||
void UpdateAppUrl(string url);
|
void UpdateAppUrl(string url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public interface IMobileControlAction
|
||||||
|
{
|
||||||
|
IMobileControlMessenger Messenger { get; }
|
||||||
|
|
||||||
|
Action<string,string, JToken> Action { get; }
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue