androidOnGeolocationPermissionsHidePrompt method

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform()])
  2. @Deprecated("Use onGeolocationPermissionsHidePrompt instead")
void androidOnGeolocationPermissionsHidePrompt()

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() {}