mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-25 06:31:18 +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()
|
@Cordova()
|
||||||
static startActivity(options: { action: any, url: string }): Promise<any> { return; }
|
static startActivity(options: { action: any, url: string, type?: string }): Promise<any> { return; }
|
||||||
|
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static hasExtra(extra: any): Promise<any> { return; }
|
static hasExtra(extra: any): Promise<any> { return; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user