onServiceConnected method
- @SupportedPlatforms.new(platforms: [AndroidPlatform()])
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() {}