Skip to content

v3.0.0

Compare
Choose a tag to compare
@YuliaGrigorieva YuliaGrigorieva released this 09 Mar 14:33
· 17 commits to master since this release
4d0f2dc
  • All static methods are changed to instance methods.
    Now, to call public APIs, it is required to get the shared instance via VIForegroundService.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 to VIForegroundServiceButtonPressed event via VIForegroundService.on API.