Plug-ins available in the BlackBerry Dynamics SDK for Cordova
BlackBerry Dynamics SDK for Cordova
The plug-ins are stored in a plugins folder (BlackBerry_Dynamics_SDK_for_Cordova_
<version>
/plugins) in the SDK package. Each plug-in folder includes a README.md file that provides installation and implementation details about the plug-in.Plug-in | Description |
---|---|
cordova-plugin-bbd-all | This plug-in installs all of the BlackBerry Dynamics SDK for Cordova plug-ins. |
cordova-plugin-bbd-analytics | This plug-in enables a BlackBerry
Dynamics app to record events and send them to the BlackBerry Analytics portal. |
cordova-plugin-bbd-appkinetics | This plug-in supports the AppKinectics feature (also known as Inter-Container Communication) that enables the secure exchange of data and commands between two BlackBerry
Dynamics apps on the same device. |
cordova-plugin-bbd-application | This plug-in provides access to information that is globally available to any BlackBerry
Dynamics app. |
cordova-plugin-bbd-base | This is the Base plug-in that provides the necessary configuration that is required for the BlackBerry
Dynamics platform. All of the other plug-ins are dependent on this plug-in. |
cordova-plugin-bbd-configure | This is the Configure plug-in that is used to configure the Base plug-in (cordova-plugin-bbd-base). |
cordova-plugin-bbd-filetransfer | This plug-in enables the download and upload of files to or from a remote server. |
cordova-plugin-bbd-httprequest | This plug-in is used to send HTTP requests over the Internet. |
cordova-plugin-bbd-interappcommunication | This plug-in is used to return information about a service provider app. |
cordova-plugin-bbd-launcher | This plug-in is used to show the BlackBerry Dynamics Launcher in a BlackBerry
Dynamics app. |
cordova-plugin-bbd-mailto | This plug-in supports sending email messages with attachments. |
cordova-plugin-bbd-push | This plug-in contains the response returned from the GDPush class. |
cordova-plugin-bbd-serversideservices | This plug-in provides the ability to use BlackBerry
Dynamics server-based services, returning the necessary information about a service in JSON format. |
cordova-plugin-bbd-socket | This plug-in implements the secure socket communication APIs. |
cordova-plugin-bbd-specificpolicies | This plug-in is used to read application-specific policies from the UEM management console and return the policies in JSON format. |
cordova-plugin-bbd-sqlite | This plug-in is a secure database object that can be used to manipulate data. |
cordova-plugin-bbd-storage | This plug-in is an interface for the secure file system and secure storage. |
cordova-plugin-bbd-tokenhelper | This plug-in is used to request a token from the server and to process callback on the response. |
cordova-plugin-bbd-xmlhttprequest | This plug-in is a JavaScript object that provides an easy, secure way to retrieve data from a URL without a full page refresh. |