Display webpages using BlackBerry WebView. More...
Integrate Android WebView with a BlackBerry Dynamics app by adding the BBWebView library. For details on how to add the library please see the BlackBerry Dynamics Android Developer Guide on the BlackBerry Docs website.
The BBWebView library currently supports secure HTTP request interception for an internal network (URL loading, XML, and fetch HTTP requests), data leakage protection for cut, copy, and paste, page history navigation, a secure cookies store and HTTP authentication.
Classes | |
enum | BBAuthScheme |
Enum which lists authentication scheme constants for HTTP authentication in BB WebView. More... | |
class | BBHttpAuthHandler |
Represents a request for HTTP authentication. More... | |
class | BBWebChromeClient |
Provides additional functionality for BBWebView. More... | |
class | BBWebResourceError |
Encapsulates information about errors occured during loading of web resources. More... | |
class | BBWebView |
Class for supporting access to private/corporate network resources through BlackBerry Dynamics SDK. More... | |
class | BBWebViewClient |
Class for loading URLs via BlackBerry Dynamics SDK. More... | |
class | WebClientObserver |
Class for notifying the application about page loading progress. More... | |