mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-16 13:15:03 +00:00
feat: add IMobileControlAction interface
This commit is contained in:
@@ -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; }
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user