forked from github/awesome-cordova-plugins
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