android.webkit
Class GeolocationPermissions
java.lang.Object
android.webkit.GeolocationPermissions
public final class GeolocationPermissions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeolocationPermissions
public GeolocationPermissions()
getInstance
public static GeolocationPermissions getInstance()
getOrigins
public void getOrigins(ValueCallback<Set<String>> callback)
getAllowed
public void getAllowed(String origin,
ValueCallback<Boolean> callback)
clear
public void clear(String origin)
allow
public void allow(String origin)
clearAll
public void clearAll()
Copyright © 2008-2012. All Rights Reserved.