feat(background-fetch): add taskId to finish method (#3390)

add taskId to finish method in background fetch. fixes #3361
This commit is contained in:
Akshay Dwivedi 2020-05-05 17:03:03 +08:00 committed by GitHub
parent 3d46715b9c
commit eceb7ca1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ export class BackgroundFetch extends IonicNativePlugin {
@Cordova({
sync: true
})
finish(): void {
finish(taskId: string): void {
}
/**