| Interface | Description |
|---|---|
| ClientCertRequest |
ClientCertRequest: The user receives an instance of this class as a parameter of
XWalkResourceClient.onReceivedClientCertRequest(org.xwalk.core.XWalkView, org.xwalk.core.ClientCertRequest). |
| 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.XWalkBackgroundUpdateListener |
Interface used to update the Crosswalk runtime silently
|
| XWalkUpdater.XWalkUpdateListener |
Interface used to update the Crosswalk runtime
|
| XWalkWebResourceRequest |
Encompasses parameters to the
XWalkResourceClient.shouldInterceptLoadRequest(org.xwalk.core.XWalkView, java.lang.String) method. |
| Class | Description |
|---|---|
| XWalkActivity |
XWalkActivity helps to execute all procedures to make Crosswalk Project runtime
workable and displays dialogs to interact with the user if needed. |
| XWalkCookieManager | |
| XWalkDialogManager |
By
XWalkDialogManager, you can customize what the dialog looks like when
initializing Crosswalk Project runtime. |
| XWalkDownloadListener | |
| XWalkExtension |
This class represents an extension and could be implemented by callers.
|
| XWalkExternalExtensionManager |
XWalkExternalExtensionManager represents an external extension manager.
|
| XWalkFindListener | |
| XWalkGetBitmapCallback |
A callback for content readback into a bitmap.
|
| XWalkHttpAuthHandler | |
| XWalkInitializer |
XWalkInitializer is an alternative to XWalkActivity with the difference
that it provides a way of initializing Crosswalk Project runtime in background silently. |
| XWalkNativeExtensionLoader | |
| 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.
|
| XWalkSettings | |
| XWalkUIClient |
This class notifies the embedder UI events/callbacks.
|
| XWalkUpdater |
XWalkUpdater is a follow-up solution for XWalkInitializer in case the
initialization failed. |
| XWalkView |
XWalkView represents an Android view for web apps/pages.
|
| XWalkWebResourceResponse |
| Enum | Description |
|---|---|
| XWalkNavigationHistory.Direction |
The direction for web page navigation.
|
| XWalkSettings.LayoutAlgorithm |
This enum corresponds to WebSettings.LayoutAlgorithm.
|
| 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.
|