`residency` | To set a specific residency type | MyIdResidency.resident
`locale` | To set a specific locale | MyIdLocale.uzbek
`cameraShape` | To set a specific camera shape (Note 1.6) | MyIdCameraShape.circle
**Note 1.1.** You can customize the screen for entering passport data and date of birth in your
application, in which case you can pass these parameters during initialization to the SDK, otherwise
...
...
@@ -137,26 +135,20 @@ the SDK requires the input of passport data and date of birth for user identific
provided, we will continue showing the credentials screen.
**Note 1.3.** If the `externalId` is not empty, has a length of 36 characters and corresponds to the
regular expression UUID4, we will not display a [recommendation](images/screen01.jpg) screen. If a certain number of unsuccessful identification attempts (currently set to 5) occur in MyID within one hour and the `externalId` is not empty, SDK returns to the parent app error message or TTL as `message` in `MyIdException`.
regular expression UUID4, we will not display a [recommendation](images/screen01.jpg) screen. If a certain number of unsuccessful identification attempts (currently set to 5) occur in MyID within one hour and the `externalId` is not empty, SDK returns to the parent app error message as `message` in `MyIdException`.
TTL error example:
**Note 1.4.**`MyIdEnvironment` contains **debug** and **production** modes.
```json
{"ttl":362}
```
**Note 1.4.**`MyIdBuildMode` contains **DEBUG** and **PRODUCTION** modes.
-**DEBUG** is used to sandbox.
-**PRODUCTION** is used to production.
-**debug** is used to sandbox.
-**production** is used to production.
**Note 1.5.**`MyIdEntryType` contains **AUTH** and **FACE** types.
**Note 1.5.**`MyIdEntryType` contains **identification** and **faceDetection** types.
-**AUTH** is used to identify the user through the MyID services.
-**FACE** is used to detect a face and returns a picture (bitmap).
-**identification** is used to identify the user through the MyID services.
-**faceDetection** is used to detect a face and returns a picture (bitmap).