to top
Android APIs
Added in API level 5
public static interface

GeolocationPermissions.Callback

android.webkit.GeolocationPermissions.Callback

Class Overview

A callback interface used by the host application to set the Geolocation permission state for an origin.

Summary

Public Methods
abstract void invoke(String origin, boolean allow, boolean retain)
Sets the Geolocation permission state for the supplied origin.

Public Methods

public abstract void invoke (String origin, boolean allow, boolean retain)

Added in API level 5

Sets the Geolocation permission state for the supplied origin.

Parameters
origin the origin for which permissions are set
allow whether or not the origin should be allowed to use the Geolocation API
retain whether the permission should be retained beyond the lifetime of a page currently being displayed by a WebView