[ Web Proxy ]
URL:
Viewing: http://developer.android.com/reference/android/webkit/GeolocationPermissions.Callback [Back]  [Original]

GeolocationPermissions.Callback  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.
Added in API level 5

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

Added in API level 5
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

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page