| Interface | Description |
|---|---|
| XWalkInitializer.XWalkInitListener |
Interface used to initialize the Crosswalk runtime.
|
| XWalkJavascriptResult |
This interface is used when XWalkUIClient offers a JavaScript
modal dialog (alert, beforeunload or confirm) to enable the client to
handle the dialog in their own way.
|
| XWalkUpdater.XWalkUpdateListener |
Interface used to update the Crosswalk runtime
|
| Class | Description |
|---|---|
| XWalkActivity |
XWalkActivity helps to execute all procedures to make the Crosswalk runtime
workable and displays dialogs to interact with the user if needed. |
| XWalkDownloadListener | |
| XWalkExtension |
This class represents an extension and could be implemented by callers.
|
| XWalkInitializer |
XWalkInitializer is an alternative to XWalkActivity with the difference
that it provides a way to initialize the Crosswalk runtime in background silently. |
| XWalkNavigationHistory |
This class represents a navigation history for a XWalkView instance.
|
| XWalkNavigationItem |
This class represents a navigation item and is managed in XWalkNavigationHistory.
|
| XWalkPreferences |
This class represents the preferences and could be set by callers.
|
| XWalkResourceClient |
This class notifies the embedder resource events/callbacks.
|
| XWalkUIClient |
This class notifies the embedder UI events/callbacks.
|
| XWalkUpdater |
XWalkUpdater is a follow-up solution for XWalkInitializer in case the
initialization has failed. |
| XWalkView |
XWalkView represents an Android view for web apps/pages.
|
| Enum | Description |
|---|---|
| XWalkNavigationHistory.Direction |
The direction for web page navigation.
|
| XWalkUIClient.ConsoleMessageType |
Initiator
|
| XWalkUIClient.InitiateBy |
Initiator
|
| XWalkUIClient.JavascriptMessageType |
The type of JavaScript modal dialog.
|
| XWalkUIClient.LoadStatus |
The status when a page stopped loading
|
| Annotation Type | Description |
|---|---|
| JavascriptInterface |
Marks a method as being able to be exposed to JavaScript.
|