onOpened method

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform(), IOSPlatform()])
void onOpened()

Event fired when the PlatformChromeSafariBrowser is opened.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView

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

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform(), IOSPlatform()])
void onOpened() {}