Skip to content

Commit

Permalink
Add getSubscriptionAttribute method to HTML app banner
Browse files Browse the repository at this point in the history
Add getSubscriptionAttribute method to HTML app banner
  • Loading branch information
unnaticleverpush committed Nov 25, 2024
1 parent e6163f6 commit 8ff45d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/sdks/android/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,7 @@ CleverPush.trackClick(buttonId);
CleverPush.trackClick(buttonId, customDataObject);
CleverPush.openWebView(url);
CleverPush.setSubscriptionAttribute(attributeId, value);
var attributeValue = CleverPush.getSubscriptionAttribute('attributeId');
CleverPush.addSubscriptionTag(tagId);
CleverPush.removeSubscriptionTag(tagId);
CleverPush.setSubscriptionTopics(topicIds);
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/android/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can find the newest sdk version number here [Android SDK](https://github.com
```groovy
dependencies {
// ...
implementation 'com.cleverpush:cleverpush:1.34.14'
implementation 'com.cleverpush:cleverpush:1.34.16'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/ios/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title: Setup
Add CleverPush to your Podfile:

```bash
pod 'CleverPush', '~> 1.31.19'
pod 'CleverPush', '~> 1.31.21'
```

#### Swift Package Manager Setup
Expand Down

0 comments on commit 8ff45d8

Please sign in to comment.