on Crash
abstract fun onCrash(@NonNull sasAdView: SASAdView, @Nullable details: RenderProcessGoneDetail): Boolean
Method called when any of the underlying WebViews of the passed SASAdView 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
sas Ad View
the SASAdView whose at least one WebView has crashed, and it therefore useless.