mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 09:01:07 +08:00
feat(background-fetch): add status method
This commit is contained in:
parent
4bd6aaba2b
commit
6168eaee47
@ -100,4 +100,11 @@ export class BackgroundFetch {
|
|||||||
})
|
})
|
||||||
finish(): void { }
|
finish(): void { }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the status of the background-fetch
|
||||||
|
* @returns {Promise<any>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
status(): Promise<any> { return; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user