diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs index bb800b44..eff9e70f 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IMobileControl.cs @@ -32,6 +32,8 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces event EventHandler ClientJoined; + event EventHandler AppUrlChanged; + string UserCode { get; } string QrCodeUrl { get; } @@ -41,5 +43,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces string McServerUrl { get; } string RoomName { get; } + + string AppUrl { get; } } } \ No newline at end of file