WebChromeClient.OnGeolocationPermissionsHidePrompt Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notify the host application that a request for Geolocation permissions,
made with a previous call to
#onGeolocationPermissionsShowPrompt(String,GeolocationPermissions.Callback) onGeolocationPermissionsShowPrompt()
has been canceled.
[Android.Runtime.Register("onGeolocationPermissionsHidePrompt", "()V", "GetOnGeolocationPermissionsHidePromptHandler")]
public virtual void OnGeolocationPermissionsHidePrompt ();
[<Android.Runtime.Register("onGeolocationPermissionsHidePrompt", "()V", "GetOnGeolocationPermissionsHidePromptHandler")>]
abstract member OnGeolocationPermissionsHidePrompt : unit -> unit
override this.OnGeolocationPermissionsHidePrompt : unit -> unit
- Attributes
Remarks
Notify the host application that a request for Geolocation permissions, made with a previous call to #onGeolocationPermissionsShowPrompt(String,GeolocationPermissions.Callback) onGeolocationPermissionsShowPrompt()
has been canceled. Any related UI should therefore be hidden.
Java documentation for android.webkit.WebChromeClient.onGeolocationPermissionsHidePrompt()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.