androidOnRenderProcessGone property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform()])
  2. @Deprecated("Use onRenderProcessGone instead")
void Function(T controller, RenderProcessGoneDetail detail)? androidOnRenderProcessGone
final

Use onRenderProcessGone instead.

Officially Supported Platforms/Implementations:

  • Android WebView

Parameters - Officially Supported Platforms/Implementations:

  • detail: all platforms

Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated("Use onRenderProcessGone instead")
final void Function(T controller, RenderProcessGoneDetail detail)?
androidOnRenderProcessGone;