| com.tencent.smtt.export.external.interfaces.GeolocationPermissionsCallback |
A callback interface used by the host application to set the Geolocation permission state for an origin.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
invoke(String origin, boolean allow, boolean remember)
Sets the Geolocation permission state for the supplied origin.
| ||||||||||
Sets the Geolocation permission state for the supplied origin.
| origin | the origin for which permissions are set |
|---|---|
| allow | whether or not the origin should be allowed to use the Geolocation API |
| remember | whether the permission should be retained beyond the lifetime of a page currently being displayed by a WebView |