barcode now supports android (#508)

This commit is contained in:
sunnylqm 2016-12-10 01:18:28 +08:00 committed by Nicolas Charpentier
parent b308d08e9a
commit 536d39b33b
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ Values: `true` (default) or `false`
This property allows you to specify whether a shutter sound is played on capture. It is currently android only, pending [a reasonable mute implementation](http://stackoverflow.com/questions/4401232/avfoundation-how-to-turn-off-the-shutter-sound-when-capturestillimageasynchrono) in iOS.
#### `iOS` `onBarCodeRead`
#### `onBarCodeRead`
Will call the specified method when a barcode is detected in the camera's view.
@ -214,7 +214,7 @@ The following barcode types can be recognised:
The barcode type is provided in the `data` object.
#### `iOS` `barCodeTypes`
#### `barCodeTypes`
An array of barcode types to search for. Defaults to all types listed above. No effect if `onBarCodeRead` is undefined.