on Crash
abstract fun onCrash(@NonNull interstitialManager: SASInterstitialManager, @Nullable details: RenderProcessGoneDetail): Boolean
Method called when any of the underlying WebViews of the passed SASInterstitialManager suffered from a shared render process crash
Return
true if the crash is handled by the application, false if not (will crash the application)
Parameters
interstitial Manager
the SASInterstitialManager whose at least one WebView has crashed, and it therefore useless.