@@ -143,6 +142,8 @@ the SDK requires the input of passport data and date of birth for user identific
-**DEBUG** is used to sandbox.
-**PRODUCTION** is used to production.
**Note 1.4.** If the externalId is not empty, has a length of 36 characters and corresponds to the regular expression UUID4, we will display a [recommendation](images/screen01.jpg) screen in case the sdk detects a blurry photo.
### 1.2 Handling callbacks
```kotlin
...
...
@@ -203,11 +204,12 @@ reference.
| 22 | Обнаружено несколько лиц
| 23 | Представленное изображение в градациях серого, требуется цветное изображение
| 24 | Обнаружены затемненные очки
| 25 | СервисТип фотографии не поддерживается
| 25 | Тип фотографии не поддерживается
| 26 | Глаза закрыты либо не видны
| 101 | Ошибка в MyId SDK
| 101 | Непредвиденная ошибка
| 102 | Доступ к камере запрещен
| 103 | Ошибка при получении данных с сервера
| 120 | Размытое фото обнаружено в SDK
## Localization
...
...
@@ -218,8 +220,4 @@ The MyId Android SDK supports translations for the following languages:
- Russian (ru) 🇷🇺
By default, the Russian language is used. However, you can also call the `withLocale(MyIdLocale)`
method of the `MyIdConfig.Builder` configuration to set the language.
## Sample App
We have included a [sample app](app) to show how to integrate the MyId Android SDK.
\ No newline at end of file
method of the `MyIdConfig.Builder` configuration to set the language.