Skip to content

Commit

Permalink
Add QR code intent call out to usage in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmangubat23 authored Jan 29, 2021
1 parent 0aa6750 commit 832e8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The following table shows the intent actions available for each operation availa
| -------------- | ---------------------------------------------- | ------------------------------------------ |
| MRZ | `org.idpass.smartscanner.odk.MRZ_SCAN` | `org.idpass.smartscanner.MRZ_SCAN` |
| Barcode | `org.idpass.smartscanner.odk.BARCODE_SCAN` | `org.idpass.smartscanner.BARCODE_SCAN` |
| QR code | `org.idpass.smartscanner.odk.QRCODE_SCAN` | `org.idpass.smartscanner.QRCODE_SCAN` |
| ID PASS Lite | `org.idpass.smartscanner.odk.IDPASS_LITE_SCAN` | `org.idpass.smartscanner.IDPASS_LITE_SCAN` |

To perform an operation, create an intent for the desired operation. This example shows how to call an intent to scan an MRZ (ODK):
Expand Down

0 comments on commit 832e8b5

Please sign in to comment.