mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +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:
@@ -101,7 +101,7 @@ export class BackgroundFetch extends IonicNativePlugin {
|
||||
@Cordova({
|
||||
sync: true
|
||||
})
|
||||
finish(): void {
|
||||
finish(taskId: string): void {
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user