UrlHandler

interface UrlHandler

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

Functions

Link copied to clipboard
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.