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
Supports Android exoplayer v2.17.1. Note : this upgrade will result in minor ui changes for interstitial in app and inbox notifications that uses exoplayer.
Adds new callback onCleverTapInboxItemClick to receive inbox item click.
Breaks Android setPushXiaomiToken() API where new changes adds region as second mandatory parameter to specify server region.If you are using this method make sure you pass region while calling setPushXiaomiToken().
Adds a public method deleteInboxMessagesForIds() for deleting multiple App Inbox messages by passing a collection of messageIDs. Please note that this is only for iOS, and NO-OP for Android as of now.