@@ -221,23 +221,23 @@ the SDK requires the input of passport data and date of birth for user identific
**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 as `message` in `MyIdException`.
`MyIdEnvironment` contains **Debug** and **Production** modes.
**Note 1.4.**`MyIdEnvironment` contains **Debug** and **Production** modes.
-**Debug** is used to sandbox.
-**Production** is used to production.
**Note 1.4.**`MyIdEntryType` contains **Identification**, **VideoIdentification** and **FaceDetection** types.
**Note 1.5.**`MyIdEntryType` contains **Identification**, **VideoIdentification** and **FaceDetection** types.
-**Identification** is used to identify the user through the MyID services.
-**VideoIdentification** is used to identify the user through the MyID services. Requires the `myid-video-capture-sdk` dependency.
-**FaceDetection** is used to detect a face and returns a picture (bitmap).
**Note 1.6.** If the user sends a **passport data** to the SDK, the **residency** must be handled by the **client**. If `residency = MyIdResidency.UserDefined` is sent, the SDK will treat the user as **Non-Resident**.
**Note 1.7.** If the user sends a **passport data** to the SDK, the **residency** must be handled by the **client**. If `residency = MyIdResidency.UserDefined` is sent, the SDK will treat the user as **Non-Resident**.
**Note 1.7.** If the SDK **does not receive a passport data** and receives `residency = MyIdResidency.UserDefined`, the SDK displays the **MyID passport input screen**. If the user enters a **PINFL**, the screen will show a **checkbox** allowing the user to select **Resident** or **Non-Resident**.
**Note 1.8.** If the SDK **does not receive a passport data** and receives `residency = MyIdResidency.UserDefined`, the SDK displays the **MyID passport input screen**. If the user enters a **PINFL**, the screen will show a **checkbox** allowing the user to select **Resident** or **Non-Resident**.