UrlHandler

interface UrlHandler

This interface will be called when a message is received from the Marketing Cloud servers and contains a URL.

Properties

Link copied to clipboard
@NonNull
val APP_OPEN: String = "app_open"
Link copied to clipboard
@NonNull
val CLOUD_PAGE: String = "cloud_page"
Link copied to clipboard
@NonNull
val DEEPLINK: String = "deeplink"
Link copied to clipboard
@NonNull
val URL: String = "url"

Functions

Link copied to clipboard
@Nullable
abstract fun handleUrl(@NonNull context: Context, @NonNull url: String, @NonNull urlSource: String): PendingIntent
This method should return the PendingIntent you wish to have execute when a message, or message action with a url is to be displayed.