onServiceConnected method

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform()])
void onServiceConnected()

Event fired when the when connecting from Android Custom Tabs Service.

Officially Supported Platforms/Implementations:

  • Android WebView

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

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform()])
void onServiceConnected() {}