mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
parent
d8eb621da4
commit
92ef4f0c33
@ -125,9 +125,10 @@ export class BackgroundMode extends IonicNativePlugin {
|
|||||||
* @param {BackgroundModeConfiguration} options Any options you want to update. See table below.
|
* @param {BackgroundModeConfiguration} options Any options you want to update. See table below.
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
platforms: ['Android']
|
platforms: ['Android'],
|
||||||
|
sync: true
|
||||||
})
|
})
|
||||||
configure(options?: BackgroundModeConfiguration): Promise<any> { return; }
|
configure(options?: BackgroundModeConfiguration): void {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Listen for events that the plugin fires. Available events are `enable`, `disable`, `activate`, `deactivate` and `failure`.
|
* Listen for events that the plugin fires. Available events are `enable`, `disable`, `activate`, `deactivate` and `failure`.
|
||||||
|
Loading…
Reference in New Issue
Block a user