Skip to content

Commit

Permalink
feat(background-fetch): add status method
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Luke committed Apr 17, 2017
1 parent 4bd6aab commit 6168eae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/@ionic-native/plugins/background-fetch/index.ts
Expand Up @@ -100,4 +100,11 @@ export class BackgroundFetch {
})
finish(): void { }

/**
* Return the status of the background-fetch
* @returns {Promise<any>}
*/
@Cordova()
status(): Promise<any> { return; }

}

0 comments on commit 6168eae

Please sign in to comment.