mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-20 07:56:50 +00:00
feat: add IsInPwaModeFeedback property to IHasWebViewWithPwaMode interface
This commit is contained in:
parent
b40200ecae
commit
a704e48ae6
1 changed files with 10 additions and 0 deletions
|
|
@ -42,6 +42,16 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
|
|||
/// </summary>
|
||||
public interface IHasWebViewWithPwaMode : IHasWebView
|
||||
{
|
||||
/// <summary>
|
||||
/// Indicates whether the webview is currently in PWA mode
|
||||
/// </summary>
|
||||
bool IsInPwaMode { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Indicates whether the webview is currently in PWA mode
|
||||
/// </summary>
|
||||
BoolFeedback IsInPwaModeFeedback { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Sends navigators to the specified PWA URL. Accepts an absolute URL or a relative URL for a mobile control app
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue