Interface MyTargetView.MyTargetViewRenderCrashListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onViewRenderCrash(@NonNull() MyTargetView myTargetView) Calls if view render was crashed, current MyTargetView no more available from this point and should be removed from view tree.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onViewRenderCrash

         abstract void onViewRenderCrash(@NonNull() MyTargetView myTargetView)

        Calls if view render was crashed, current MyTargetView no more available from this point and should be removed from view tree. You can try to re-create MyTargetView and check your system health

        More info: https://developer.android.com/reference/android/webkit/WebViewClient#onRenderProcessGone(android.webkit.WebView,%20android.webkit.RenderProcessGoneDetail)

        Parameters:
        myTargetView - current view which should be removed