/**@class android.webkit.GeolocationPermissions.Callback A callback interface used by the host application to set the Geolocation permission state for an origin. */ var Callback = { /**Sets the Geolocation permission state for the supplied origin. @param {String} origin the origin for which permissions are set @param {Boolean} allow whether or not the origin should be allowed to use the Geolocation API @param {Boolean} retain whether the permission should be retained beyond the lifetime of a page currently being displayed by a WebView */ invoke : function( ) {}, };