mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
feat(background-fetch): add taskId to finish method (#3390)
add taskId to finish method in background fetch. fixes #3361
This commit is contained in:
parent
3d46715b9c
commit
eceb7ca1fc
@ -101,7 +101,7 @@ export class BackgroundFetch extends IonicNativePlugin {
|
|||||||
@Cordova({
|
@Cordova({
|
||||||
sync: true
|
sync: true
|
||||||
})
|
})
|
||||||
finish(): void {
|
finish(taskId: string): void {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user