Skip to content

Commit 137b32e

Browse files
author
UnnatiCP
committed
Update Android SDK version
Update Android SDK version
1 parent a45170c commit 137b32e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/sdks/android/methods.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,11 +710,14 @@ CleverPush.getInstance(this).getNotifications(true) { notifications ->
710710

711711
## Tracking Notification Clicks
712712

713+
(Available from version 1.35.5)
714+
713715
You can use the `trackInboxClicked()` method from the Notification class to manually track clicks on notifications retrieved either from local storage or remotely.
714716

715717
This is especially useful if you're displaying a custom inbox UI.
716718

717-
<!--DOCUSAURUS_CODE_TABS-->
719+
720+
<!--DOCUSAURUS_CODE_TABS-->
718721

719722
<!--Java-->
720723

docs/sdks/android/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can find the newest sdk version number here [Android SDK](https://github.com
2121
```groovy
2222
dependencies {
2323
// ...
24-
implementation 'com.cleverpush:cleverpush:1.35.4'
24+
implementation 'com.cleverpush:cleverpush:1.35.5'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)