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)
......
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