blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 19 forks source link

As a WebWorks developer, I can find out what type of connection my application is currently using #114

Closed kwallis closed 12 years ago

kwallis commented 12 years ago

Acceptance Criteria

  1. This api should return information such as WiFi versus cellular, etc.
  2. API should be in line with the Cordova Connection API
  3. Use the blackberry.connection feature id
  4. Contains the blackberry.connection.type property that contains the required information
  5. Proposed values: Connection.UNKNOWN Connection.ETHERNET Connection.WIFI Connection.CELL_2G Connection.CELL_3G Connection.CELL_4G Connection.NONE
kwallis commented 12 years ago

Tracking in API repo