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 { ...@@ -75,11 +75,6 @@ class ExampleActivity : AppCompatActivity(), MyIdResultListener {
} }
private fun startMyId() { private fun startMyId() {
val organizationDetails = MyIdOrganizationDetails(
phoneNumber = "1234567",
logo = R.drawable.image_logo
)
val config = MyIdConfig.builder(clientId = /* Your client id */) val config = MyIdConfig.builder(clientId = /* Your client id */)
.withClientHash(/* Your clientHash */, /* Your clientHashId */) .withClientHash(/* Your clientHash */, /* Your clientHashId */)
.withPassportData(passportData) .withPassportData(passportData)
...@@ -113,11 +108,6 @@ class ExampleActivity : AppCompatActivity(), MyIdResultListener { ...@@ -113,11 +108,6 @@ class ExampleActivity : AppCompatActivity(), MyIdResultListener {
} }
private fun startMyId() { private fun startMyId() {
val organizationDetails = MyIdOrganizationDetails(
phoneNumber = "1234567",
logo = R.drawable.image_logo
)
val config = MyIdConfig.builder(clientId = /* Your client id */) val config = MyIdConfig.builder(clientId = /* Your client id */)
.withClientHash(/* Your clientHash */, /* Your clientHashId */) .withClientHash(/* Your clientHash */, /* Your clientHashId */)
.withPassportData(passportData) .withPassportData(passportData)
...@@ -249,4 +239,4 @@ reference. ...@@ -249,4 +239,4 @@ reference.
| 101 | Непредвиденная ошибка | 101 | Непредвиденная ошибка
| 102 | Доступ к камере запрещен | 102 | Доступ к камере запрещен
| 103 | Ошибка при получении данных с сервера | 103 | Ошибка при получении данных с сервера
| 120 | Размытое фото обнаружено в SDK | 120 | Размытое фото обнаружено в SDK
\ No newline at end of file
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