Releases: voximplant/react-native-foreground-service
Releases · voximplant/react-native-foreground-service
v3.0.2
v3.0.1
v3.0.0
- All static methods are changed to instance methods.
Now, to call public APIs, it is required to get the shared instance viaVIForegroundService.getInstance()
API - Add the ability to set a button to the foreground service notification and handle its click.
To handle button click event, it is required to subscribe toVIForegroundServiceButtonPressed
event viaVIForegroundService.on
API.
v2.0.0
- RN 0.60 autolinking support
v1.1.0
- Make channelId in NotificationConfig required only for android 8+
v1.0.1
First release