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>
|
/// </summary>
|
||||||
public interface IHasWebViewWithPwaMode : IHasWebView
|
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>
|
/// <summary>
|
||||||
/// Sends navigators to the specified PWA URL. Accepts an absolute URL or a relative URL for a mobile control app
|
/// Sends navigators to the specified PWA URL. Accepts an absolute URL or a relative URL for a mobile control app
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue