androidOnReceivedTouchIconUrl property

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform()])
  2. @Deprecated('Use onReceivedTouchIconUrl instead')
void Function(T controller, Uri url, bool precomposed)? androidOnReceivedTouchIconUrl
final

Use onReceivedTouchIconUrl instead.

Officially Supported Platforms/Implementations:

  • Android WebView

Parameters - Officially Supported Platforms/Implementations:

  • url: all platforms
  • precomposed: all platforms

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

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated('Use onReceivedTouchIconUrl instead')
final void Function(T controller, Uri url, bool precomposed)?
androidOnReceivedTouchIconUrl;