Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK-2803-Push primer support #44

Merged
merged 36 commits into from
May 15, 2023
Merged

SDK-2803-Push primer support #44

merged 36 commits into from
May 15, 2023

Conversation

william-ct
Copy link
Contributor

  • 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.

william-ct and others added 30 commits March 20, 2023 14:20
…to support API33, update gradle-wrapper.properties
…d` and `promptForPushPermission`, Add `onPushPermissionResponse` callback for permission status
…er_support

SDK-2803/android_push_primer_support
…upport

[iOS] - Add push primer support to Unity SDK
…eteInboxMessageForID`, `MarkReadInboxMessagesForIDs`, `MarkReadInboxMessageForID` in example.cs
…er_support

SDK-2803 - Android 13 and Push Primer Support
Copy link
Contributor

@piyush-kukadiya piyush-kukadiya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@william-ct william-ct merged commit 2ffe391 into master May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants