CefGeolocationHandlerOnCancelGeolocationPermission Method |
Called when a geolocation access request is canceled. |request_id| is the
unique ID for the permission request.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void OnCancelGeolocationPermission(
CefBrowser browser,
int requestId
)
Parameters
- browser CefBrowser
-
- requestId Int32
-
See Also