setCustomWebViewActivityClass

fun setCustomWebViewActivityClass(customWebViewActivityClass: Class<*>): BrazeConfig.Builder

Sets the activity that Braze will use when opening a deeplink inside the app via a android.webkit.WebView instead of the default Braze WebView Activity.

Note that the target url can be retrieved via a String extra from Intent.getExtras with the key com.braze.Constants.BRAZE_WEBVIEW_URL_EXTRA.

Defaults to BrazeWebViewActivity.