Interface MyTargetView.MyTargetViewRenderCrashListener

Enclosing class:
MyTargetView

@RequiresApi(26) public static interface MyTargetView.MyTargetViewRenderCrashListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Calls if view render was crashed, current MyTargetView no more available from this point and should be removed from view tree.
  • Method Details

    • onViewRenderCrash

      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
      See Also: