- Exposes
Radar.setForegroundServiceOptions()
. Radar.startForegroundService()
and Radar.stopForegroundService()
are no longer available.
Radar.setForegroundServiceOptions({
'title': 'Tracking',
'text': 'Trip tracking started',
'icon': 2131165271,
'importance': 2,
'updatesOnly': false,
'activity': 'io.radar.example.MainActivity'
});
- Exposes
Radar.setForegroundServiceOptions()
.
- Upgrades
radar-sdk-android
to 3.5.9
and radar-sdk-ios
to 3.5.9
. Exposes all remaining SDK functions.
- Fixes a typo in a constant.
- Upgrades the Radar iOS SDK to
3.1.5
.
- Upgrades the Radar SDK to
3.1.x
.
- Correctly parses the
background
flag in requestPermissions(background)
on iOS.
- Adds
s.static_framework = true
to the plugin podfile.
- Supports
startForegroundService({'clickable': true})
to make the foreground service notification clickable, or startForegroundService({'clickable': false})
to make it not clickable. Default is false
.
- Updates
requestPermissions(background)
to complete only when the permissions request completes.
- Updates
startForegroundService(foregroundServiceOptions)
to use BigTextStyle
on Android.