public static interface

AmazonGeolocationPermissions.Callback

com.amazon.android.webkit.AmazonGeolocationPermissions.Callback

Class Overview

The GeolocationPermissions.Callback interface is intended to be functionally equivalent to to the GeolocationPermissions.Callback interface. See GeolocationPermissions.Callback for usage.

Summary

Public Methods
abstract void invoke(String origin, boolean allow, boolean remember)
The invoke() method sets the geolocation state, and is intended to be functionally equivalent to the invoke(String, boolean, boolean) method.

Public Methods

public abstract void invoke (String origin, boolean allow, boolean remember)

The invoke() method sets the geolocation state, and is intended to be functionally equivalent to the invoke(String, boolean, boolean) method. See invoke(String, boolean, boolean) for usage.