diff --git a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs index 2a949460..938fec05 100644 --- a/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs +++ b/src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs @@ -42,6 +42,16 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces /// public interface IHasWebViewWithPwaMode : IHasWebView { + /// + /// Indicates whether the webview is currently in PWA mode + /// + bool IsInPwaMode { get; } + + /// + /// Indicates whether the webview is currently in PWA mode + /// + BoolFeedback IsInPwaModeFeedback { get; } + /// /// Sends navigators to the specified PWA URL. Accepts an absolute URL or a relative URL for a mobile control app ///