androidOnRenderProcessGone method

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform()])
  2. @Deprecated("Use onRenderProcessGone instead")
void androidOnRenderProcessGone(
  1. RenderProcessGoneDetail detail
)

Use onRenderProcessGone instead.

Officially Supported Platforms/Implementations:

  • Android WebView

Parameters - Officially Supported Platforms/Implementations:

  • detail: all platforms

Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated("Use onRenderProcessGone instead")
void androidOnRenderProcessGone(RenderProcessGoneDetail detail) {}