android.webkit
Class GeolocationPermissions

java.lang.Object
  extended by android.webkit.GeolocationPermissions

public final class GeolocationPermissions
extends Object


Nested Class Summary
static interface GeolocationPermissions.Callback
           
 
Constructor Summary
GeolocationPermissions()
           
 
Method Summary
 void allow(String origin)
           
 void clear(String origin)
           
 void clearAll()
           
 void getAllowed(String origin, ValueCallback<Boolean> callback)
           
static GeolocationPermissions getInstance()
           
 void getOrigins(ValueCallback<Set<String>> callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeolocationPermissions

public GeolocationPermissions()
Method Detail

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.