You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.