mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
feat(app-update): skip dialog boxes support (#3267)
This commit is contained in:
parent
4d7e937d7a
commit
a74c894064
@ -2,9 +2,11 @@ import { Injectable } from '@angular/core';
|
|||||||
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
||||||
|
|
||||||
export interface AppUpdateOptions {
|
export interface AppUpdateOptions {
|
||||||
authType: string;
|
authType?: string;
|
||||||
username?: string;
|
username?: string;
|
||||||
password?: string;
|
password?: string;
|
||||||
|
skipPromptDialog?: boolean;
|
||||||
|
skipProgressDialog?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user