Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MYID Public Code
MyID Sample Android
Commits
c0470a77
Commit
c0470a77
authored
Nov 03, 2023
by
Javohir Savriy
Browse files
Update README.md
parent
9fe542e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c0470a77
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment