androidOnReceivedLoginRequest method
- @SupportedPlatforms.new(platforms: [AndroidPlatform()])
- @Deprecated('Use onReceivedLoginRequest instead')
- LoginRequest loginRequest
Use onReceivedLoginRequest instead.
Officially Supported Platforms/Implementations:
- Android WebView
Parameters - Officially Supported Platforms/Implementations:
loginRequest: all platforms
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated('Use onReceivedLoginRequest instead')
void androidOnReceivedLoginRequest(LoginRequest loginRequest) {}