androidOnGeolocationPermissionsHidePrompt method
- @SupportedPlatforms.new(platforms: [AndroidPlatform()])
- @Deprecated("Use onGeolocationPermissionsHidePrompt instead")
Use onGeolocationPermissionsHidePrompt instead.
Officially Supported Platforms/Implementations:
- Android WebView
Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated("Use onGeolocationPermissionsHidePrompt instead")
void androidOnGeolocationPermissionsHidePrompt() {}