feat(background-fetch): add new status method

feat(background-fetch): add status method
This commit is contained in:
Ibby Hadeed
2017-04-18 17:42:00 -04:00
committed by GitHub
@@ -100,4 +100,11 @@ export class BackgroundFetch {
})
finish(): void { }
/**
* Return the status of the background-fetch
* @returns {Promise<any>}
*/
@Cordova()
status(): Promise<any> { return; }
}