fix(webintent): add type param. Fixes #564

This commit is contained in:
Max Lynch 2016-09-22 20:37:36 -05:00
parent 4292959c87
commit a0b6b1084b

View File

@ -35,7 +35,7 @@ export class WebIntent {
}
@Cordova()
static startActivity(options: { action: any, url: string }): Promise<any> { return; }
static startActivity(options: { action: any, url: string, type?: string }): Promise<any> { return; }
@Cordova()
static hasExtra(extra: any): Promise<any> { return; }