Release Notes
SDK v.1.0.0
- Added deduplication of push notifications.
- Callback added for:
- Notification handling
onDeletedMessages
event handling.onNewToken
event handling.- Handling provider errors
SDK v.2.0.0
- Updated the ru.rustore.sdk:pushclient dependency to 2.1.1 in ru.rustore.sdk:universalrustore.
- Updated the internal dependency ru.rustore.sdk:core to 2.0.0 in all universal-push modules. This may lead to incompatibility of RuStore Universal Push SDK with some versions of other RuStore SDKs. For version compatibility, see the ‘Compatibility with other SDKs’ page.
Due to the update of ru.rustore.sdk:core, the Task API has changed. This can lead to some 'breaking' changes to your code. Callback
Task.addOnCompleteListener
has been replaced byTask.addOnCompletionListener</g3 To reproduce the logic of the old
Task.addOnCompleteListenermethod, use the
Task.addOnSuccessListenerand
Task.addOnFailureListener` methods.