# Print output for @column tags ?> GeolocationPermissions.Callback - Android SDK | Android Developers

Most visited


Recently visited


GeolocationPermissions.Callback

public static interface GeolocationPermissions.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 void invoke(String origin, boolean allow, boolean retain)

Sets the Geolocation permission state for the supplied origin.

Public methods


invoke

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

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

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.