Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds documentation for Windows Phone 8
  • Loading branch information
Vladimir Kotikov authored and Ryan Willoughby committed Jul 31, 2014
1 parent b94b4f6 commit 602dad1
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Expand Up @@ -10,6 +10,7 @@ Follows the [Cordova Plugin spec](https://github.com/apache/cordova-plugman/blob
- Android
- iOS
- Windows 8
- Windows Phone 8

Note: the Android source for this project includes an Android Library Project.
plugman currently doesn't support Library Project refs, so its been
Expand Down Expand Up @@ -67,6 +68,24 @@ The following barcode types are currently supported:
* AZTEC
* PDF417

### Windows Phone 8

* UPC_A
* UPC_E
* EAN_8
* EAN_13
* CODE_39
* CODE_93
* CODE_128
* ITF
* CODABAR
* MSI
* RSS14
* QR_CODE
* DATA_MATRIX
* AZTEC
* PDF417

`success` and `fail` are callback functions. Success is passed an object with data, type and cancelled properties. Data is the text representation of the barcode data, type is the type of barcode detected and cancelled is whether or not the user cancelled the scan.

A full example could be:
Expand Down Expand Up @@ -107,7 +126,10 @@ A full example could be:
```

## Windows8 quirks ##
Windows8 implenemtation currently doesn't support encode functionality.
Windows 8 implenemtation currently doesn't support encode functionality.

## Windows Phone 8 quirks ##
Windows Phone 8 implenemtation currently doesn't support encode functionality.

## Thanks on Github ##

Expand Down

0 comments on commit 602dad1

Please sign in to comment.