Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AvoSukiasyan authored Sep 25, 2023
1 parent 96c1bd3 commit 05124da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/metaMap-flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hidden: true

| LTS version (Recommended for most users): | Current Version(Latest features) |
|-------------------------------------------|----------------------------------|
| 4.1.1 | 4.1.0 |
| 4.1.2 | 4.1.2 |



Expand Down Expand Up @@ -142,6 +142,11 @@ metaData: ["identityId": "value"]
metaData: ["encryptionConfigurationId": "value"]
```

### Set customization fonts as parameter.
to add custom fonts, the project needs to have these font files, otherwise SDK will use default fonts:
```bash
metadata: ["regularFont": "REGULAR_FONT_NAME.ttf", "boldFont": "BOLD_FONT_NAME.ttf"]
## Some error codes you may see during integration
`402` - MetaMap services are not paid: please contact your customer success manager
Expand Down

0 comments on commit 05124da

Please sign in to comment.