Releases: flarelane/FlareLane-Android-SDK
Releases · flarelane/FlareLane-Android-SDK
1.5.1
- Fix not invoking IsSubscribedHandler on the first launch.
1.5.0
- Remove
setIsSubscribed()
-> usesubscribe()
orunsubscribe()
- Name Changed:
setNotificationConvertedHandler()
->setNotificationClickedHandler()
- Support
setNotificationForegroundReceivedHandler()
- Can change accentColor:
flarelane_notification_accent_color
atvalues/strings.xml
- Can change default channel name:
flarelane_default_channel_name
atvalues/strings.xml
1.4.0
- Enable dynamic subscribing
1.3.2
Add 'getTags' method
1.3.1
- Disable pendingTransition of PermissionActivity
1.3.0
- Add 'trackEvent' method
1.2.0
- Support Android 13
1.1.1
- Enable badge
1.1.0
- Enable to use with other push services such as FCM!
- We will use
WakefulBroadcastReceiver.onReceive
instead ofFirebaseMessagingService.onMessageReceived
- We will use
1.0.15
- Add getDeviceId()