Skip Navigation

Directory structure and available plug-ins

The directory structure and available plug-ins of the
BlackBerry Dynamics SDK for Cordova
are annotated below. For more information about using the plug-ins, see Using plug-ins to enable your apps.
BlackBerry_Dynamics_for_Cordova_
<version>
Documentation/
plugins/
cordova-plugin-bbd-all # Enables all plugins cordova-plugin-bbd-appkinetics # Securely communicates between apps. Includes a README.md. cordova-plugin-bbd-application # Accesses globally available to any BlackBerry Dynamics app. # Includes a specific README.md. cordova-plugin-bbd-base # Sets up baseline parameters cordova-plugin-bbd-filetransfer # Downloads/uploads files from/to a remote server # Includes a specific README.md. cordova-plugin-bbd-httprequest # Sends HTTP requests over the internet. Encapsulates HTTP response # returned from a HttpRequest's send function. # Includes a specific README.md. cordova-plugin-bbd-interappcommunication # Returns information about a service provider app # Includes a specific README.md. cordova-plugin-bbd-mailto # Provides functionality to securely send emails with attachments cordova-plugin-bbd-push # Encapsulates the response returned from the GDPush class. Includes a specific README.md. cordova-plugin-bbd-serversideservices # Provides an ability to use BlackBerry Dynamics Server Based Services. # It returns all the needed information about service in JSON format. # Includes a specific README.md. cordova-plugin-bbd-socket # Implements the Secure Socket communications APIs. cordova-plugin-bbd-specificpolicies # Reads app-specific policy and returns it in JSON format # Includes a specific README.md. cordova-plugin-bbd-sqlite # Instantiates a secure database object for data manipulation. cordova-plugin-bbd-storage # Represents secure file system and secure storage. # Includes a specific README.md. cordova-plugin-bbd-tokenhelper # Requests token from server-side and processes the callback on the response. # Includes a specific README.md. cordova-plugin-bbd-xmlhttprequest # Instatiates a JavaScript object for an easy way to securely retrieve data from a URL without having to do a full page refresh # Includes a specific README.md.
SampleApplications/
# Individual samples com.good.gd.example.pg.apachehttp com.good.gd.example.pg.appkinetics.client com.good.gd.example.pg.appkinetics.server com.good.gd.example.pg.blank com.good.gd.example.pg.mailto com.good.gd.example.pg.onprogress com.good.gd.example.pg.policy com.good.gd.example.pg.rssreader com.good.gd.example.pg.sqlite com.good.gd.example.pg.unittest