interface UrlHandler
This interface will be called when a message is received from the Marketing Cloud servers and contains a URL.
| UrlSource | class UrlSource | 
| ACTION | The URL was sent via an In-App Message button action. static val ACTION: String | 
| handleUrl | This method should return the  abstract fun handleUrl(context: Context, url: String, urlSource: String): PendingIntent? |