Clarified the Android-only and OPTIONAL status of the optional text_title and text_instructions parameters (see 8d0261b6
)
This commit is contained in:
parent
8d0261b650
commit
1d22b1d6f8
@ -23,8 +23,8 @@ Arguments:
|
||||
|
||||
```javascript
|
||||
{
|
||||
text_title: "Title Text - default = 'Scan QR Code'",
|
||||
text_instructions: "Instruction Text - default = 'Please point your camera at the QR code.'",
|
||||
text_title: "OPTIONAL Title Text - default = 'Scan QR Code'", // Android only
|
||||
text_instructions: "OPTIONAL Instruction Text - default = 'Please point your camera at the QR code.'", // Android only
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user