Skip to content

Commit

Permalink
feat(app-update): skip dialog boxes support (#3267)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyganyang authored and danielsogl committed Dec 27, 2019
1 parent 4d7e937 commit a74c894
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/@ionic-native/plugins/app-update/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ import { Injectable } from '@angular/core';
import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';

export interface AppUpdateOptions {
authType: string;
authType?: string;
username?: string;
password?: string;
skipPromptDialog?: boolean;
skipProgressDialog?: boolean;
}

/**
Expand Down

0 comments on commit a74c894

Please sign in to comment.