Notification
object.CommerceItem with the specified propertiesCommerceItem with the specified propertiesIterableAttributionInfo) for last push open
or app link click from an email.IterableInAppManager that can be used to manage in-app messages.IterableApi singleton instanceIterableAction.ACTION_TYPE_OPEN_URL, the SDK will call IterableUrlHandler and then try to
open the URL if the delegate returned `false` or was not set.IterableUrlHandler for handling
If it's not an Iterable link, it just passes the same URL to IterableUrlHandler
Call this from Activity.onCreate(Bundle) and Activity.onNewIntent(Intent)
in your deep link handler activityFirebaseMessagingService to register the new token with IterableApplication.onCreate()
Note: Make sure you also call IterableApi.setEmail(String) or IterableApi.setUserId(String) before calling other methodsApplication.onCreate()
Note: Make sure you also call IterableApi.setEmail(String) or IterableApi.setUserId(String) before calling other methodsIterableAction represents an action defined as a response to user events.IterableNotificationBuilder
Action id is passed in the Intent extras under IterableConstants.REQUEST_CODEIterableApi.setUserId(String) or IterableApi.setEmail(String)
and disable the old device entry when the user logs outIterableApi.setUserId(String) is required before making any API calls.IterableApi.setEmail(String) is required before making any API calls.