Commit c0470a77 authored by Javohir Savriy's avatar Javohir Savriy
Browse files

Update README.md

parent 9fe542e0
......@@ -75,11 +75,6 @@ class ExampleActivity : AppCompatActivity(), MyIdResultListener {
}
private fun startMyId() {
val organizationDetails = MyIdOrganizationDetails(
phoneNumber = "1234567",
logo = R.drawable.image_logo
)
val config = MyIdConfig.builder(clientId = /* Your client id */)
.withClientHash(/* Your clientHash */, /* Your clientHashId */)
.withPassportData(passportData)
......@@ -113,11 +108,6 @@ class ExampleActivity : AppCompatActivity(), MyIdResultListener {
}
private fun startMyId() {
val organizationDetails = MyIdOrganizationDetails(
phoneNumber = "1234567",
logo = R.drawable.image_logo
)
val config = MyIdConfig.builder(clientId = /* Your client id */)
.withClientHash(/* Your clientHash */, /* Your clientHashId */)
.withPassportData(passportData)
......@@ -249,4 +239,4 @@ reference.
| 101 | Непредвиденная ошибка
| 102 | Доступ к камере запрещен
| 103 | Ошибка при получении данных с сервера
| 120 | Размытое фото обнаружено в SDK
\ No newline at end of file
| 120 | Размытое фото обнаружено в SDK
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment