[This is preliminary documentation and is subject to change.]
The CefGeolocationHandler type exposes the following members.Constructors
Name | Description | |
---|---|---|
CefGeolocationHandler | Initializes a new instance of the CefGeolocationHandler class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases the unmanaged resources used by the CefGeolocationHandler and optionally releases the managed resources | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
OnCancelGeolocationPermission |
Called when a geolocation access request is canceled. |requesting_url| is
the URL that originally requested permission and |request_id| is the unique
ID for the permission request.
| |
OnRequestGeolocationPermission |
Called when a page requests permission to access geolocation information.
|requesting_url| is the URL requesting permission and |request_id| is the
unique ID for the permission request. Return true and call
CefGeolocationCallback::Continue() either in this method or at a later
time to continue or cancel the request. Return false to cancel the request
immediately.
| |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
SyncRoot |
See Also