handleUrl

abstract fun handleUrl(context: Context, url: String, urlSource: String): PendingIntent?

This method should return the android.app.PendingIntent you wish to have execute when a push notification action with a URL is to be displayed.

Return

the PendingIntent which will handle the message URL. null values will result in no action for the URL.

Parameters

context

Application Context.

url

The URL.

urlSource

The source of the URL.