Added in API level 5
Callback
interface Callback
android.webkit.GeolocationPermissions.Callback |
A callback interface used by the host application to set the Geolocation permission state for an origin.
Summary
Public methods | |
---|---|
abstract Unit |
Sets the Geolocation permission state for the supplied origin. |
Public methods
invoke
Added in API level 5
abstract fun invoke(
origin: String!,
allow: Boolean,
retain: Boolean
): Unit
Sets the Geolocation permission state for the supplied origin.
Parameters | |
---|---|
origin |
String!: the origin for which permissions are set |
allow |
Boolean: whether or not the origin should be allowed to use the Geolocation API |
retain |
Boolean: whether the permission should be retained beyond the lifetime of a page currently being displayed by a WebView |