Skip to content

0.9.5

Compare
Choose a tag to compare
@kushCT kushCT released this 28 Mar 08:41
· 20 commits to master_android12 since this release
9163852
  • Supports CleverTap Android SDK v4.6.8
  • Supports CleverTap iOS SDK v4.2.1
  • Supports CleverTap Android RenderMax SDK v1.0.3
  • Supports CleverTap Push Templates SDK v1.0.5.1.
  • Make sure you update all four above versions for compatibility and smooth working.
  • Note: This release is being done for Android 12 targeted users.
  • [Android and iOS Platforms]:
    Adds itemIndex and buttonIndex arguments to the payload sent via App Inbox Message tapped listener: CleverTap.CleverTapInboxMessageTapped. The itemIndex corresponds the index of the item clicked in the list whereas the buttonIndex for the App Inbox button clicked (0, 1, or 2). A value of -1 in buttonIndex indicates the App Inbox item is clicked.
  • [Android Platform] Behavioral change of CleverTap.CleverTapInboxMessageTapped listener:
    Previously, the callback was raised when the App Inbox item is clicked. Now, it is also raised when the App Inbox button is clicked. It matches the behavior in iOS platform.