diff --git a/phonegap/phonegap.d.ts b/phonegap/phonegap.d.ts index 0e6d00323..5aea7effa 100644 --- a/phonegap/phonegap.d.ts +++ b/phonegap/phonegap.d.ts @@ -478,6 +478,7 @@ declare var Media: { interface Notification { alert(message: string, alertCallback: Function, title?: string, buttonName?: string): void; confirm(message: string, confirmCallback: Function, title?: string, buttonLabels?: string): void; + confirm(message: string, confirmCallback: Function, title?: string, buttonLabels?: Array): void; beep(times: number): void; vibrate(milliseconds: number): void; }