Companion

object Companion

Properties

Link copied to clipboard
const val ACTION: String

URL source used in In-App-Messaging and as a fallback for Advanced Push actions that do not match a more specific type.

Link copied to clipboard
const val APP_OPEN: String

URL source indicating the Push action is of type Action.OpenApp, which simply opens the application with no associated URL. The handleUrl url parameter will be empty for this source.

Link copied to clipboard
const val CLOUD_PAGE: String

URL source indicating the URL points to a Marketing Cloud Cloud Page, originating from a Push action of type Action.CloudPage.

Link copied to clipboard
const val DEEPLINK: String

URL source indicating the URL is a deep link, originating from a Push action of type Action.Deeplink. The URL should be handled by the app's deep link routing logic to navigate to the appropriate in-app destination.

Link copied to clipboard
const val URL: String

URL source indicating the URL is a standard web URL, originating from a Push action of type Action.Url.