mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2025-12-17 20:03:23 +00:00
Add support for the browser platform
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
#import <Cordova/CDVPlugin.h>
|
||||
|
||||
@interface APPBackgroundMode : CDVPlugin {
|
||||
@interface APPBackgroundMode : CDVPlugin {
|
||||
AVAudioPlayer* audioPlayer;
|
||||
BOOL enabled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user