mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-23 13:31:19 +08:00
fix(webintent): add type param. Fixes #564
This commit is contained in:
parent
4292959c87
commit
a0b6b1084b
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user