public final class Loader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Loader.LoaderCallback
A callback interface used to signal state changes in the load process.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
apiReady()
Indicates whether or not the external JavaScript for the Google AJAX Feed
API has been installed into the JSVM.
|
static void |
init(String apiKey,
Loader.LoaderCallback apiCallback)
Initialize the Google AJAX Feed API.
|
public static boolean apiReady()
true iff the API is ready for use.public static void init(String apiKey, Loader.LoaderCallback apiCallback)
apiKey - The developer's API keyapiCallback - the callback to invoke when the Loader has finishedCopyright © 2014. All rights reserved.