onNewIntent

fun onNewIntent(activity: Activity, intent: Intent?): Boolean

Notify Appcues of a new Intent to check for deep link content. This should be used to pass along Intents that may be using the custom Appcues scheme, for things like previewing experiences.

Return

True if a deep link was handled by the Appcues SDK, false if not - meaning the host application should process.

Parameters

activity

Current activity handling the intent

intent

Intent that the Appcues SDK should check for deep link content.