Skip to content

2.4.0 (May 15,2023)

Compare
Choose a tag to compare
@william-ct william-ct released this 15 May 12:20
· 59 commits to master since this release
2ffe391
  • Adds below new public APIs to support CleverTap Android SDK v5.0.0
    • CleverTapBinding.IsPushPermissionGranted(), CleverTapBinding.PromptPushPrimer(object), CleverTapBinding.PromptForPushPermission(boolean)
  • Adds push permission callback method CleverTapOnPushPermissionResponseCallback which returns true/false after user allows/denies the notification permission.
  • Adds CleverTapInAppNotificationShowCallback to handle InApp notification shown - Only for Android.
  • Adds DeleteInboxMessagesForIDs for deleting multiple app inbox messages by passing a collection of messageIDs.
  • Adds DeleteInboxMessageForID for deleting single app inbox messages by passing a messageID.
  • Adds MarkReadInboxMessagesForIDs for marking multiple app inbox messages as read messages by passing a collection of messageIDs.
  • Adds MarkReadInboxMessageForID for marking an app inbox messages as read message by passing a messageID.