java.lang.Object | |
↳ | com.amazon.android.webkit.AmazonGeolocationPermissions |
The AmazonGeolocationPermissions class is intended to be functionally
equivalent to to the GeolocationPermissions
class. See
GeolocationPermissions
for usage.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AmazonGeolocationPermissions.Callback | The GeolocationPermissions.Callback interface is intended to be functionally
equivalent to to the
GeolocationPermissions.Callback interface. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The allow() method allows the given origin to use the geolocation API,
and is intended to be functionally equivalent to the
allow(String) method. | |||||||||||
The clear() method clears the geolocation state, and is intended to be
functionally equivalent to the
clear(String) method. | |||||||||||
The clearAll() method clears all geolocation permission states, and is
intended to be functionally equivalent to the
clearAll() method. | |||||||||||
The getAllowed() method gets the geolocation permission state for the
given origin, and is intended to be functionally equivalent to the
getAllowed(String, android.webkit.ValueCallback)
method. | |||||||||||
The getOrigins() method gets the origins where geolocation permissions
are stored, and is intended to be functionally equivalent to the
getOrigins(android.webkit.ValueCallback)
method. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The allow() method allows the given origin to use the geolocation API,
and is intended to be functionally equivalent to the
allow(String)
method. See
allow(String)
for usage.
The clear() method clears the geolocation state, and is intended to be
functionally equivalent to the
clear(String)
method. See
clear(String)
for usage.
The clearAll() method clears all geolocation permission states, and is
intended to be functionally equivalent to the
clearAll()
method. See
clearAll()
for usage.
The getAllowed() method gets the geolocation permission state for the
given origin, and is intended to be functionally equivalent to the
getAllowed(String, android.webkit.ValueCallback)
method. See
getAllowed(String, android.webkit.ValueCallback)
for usage.
The getOrigins() method gets the origins where geolocation permissions
are stored, and is intended to be functionally equivalent to the
getOrigins(android.webkit.ValueCallback)
method. See
getOrigins(android.webkit.ValueCallback)
for usage.