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 Flutter SDK
Commits
c4a91b91
Commit
c4a91b91
authored
Apr 23, 2024
by
Javokhir
Browse files
Updated README.md
parent
39ba55a2
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
c4a91b91
...
@@ -97,7 +97,8 @@ sdk detects a blurry photo.
...
@@ -97,7 +97,8 @@ sdk detects a blurry photo.
-
**AUTH**
is used to identify the user through the MyID services.
-
**AUTH**
is used to identify the user through the MyID services.
-
**FACE**
is used to detect a face and returns a picture (bitmap).
-
**FACE**
is used to detect a face and returns a picture (bitmap).
**Note 1.6.**
`MyIdCameraShape`
contains
**[CIRCLE](images/screen03.jpg)**
and
**[ELLIPSE](images/screen04.jpg)**
types.
**Note 1.6.**
`MyIdCameraShape`
contains
**[CIRCLE](images/screen03.jpg)**
and
**[ELLIPSE](images/screen04.jpg)**
types.
## Theme
## Theme
...
@@ -119,6 +120,19 @@ For **iOS** theme config use `MyIdIOSAppearance` class and its properties.
...
@@ -119,6 +120,19 @@ For **iOS** theme config use `MyIdIOSAppearance` class and its properties.
*
`buttonCornerRadius`
: Defines the radius dimension of all the corners of primary buttons
*
`buttonCornerRadius`
: Defines the radius dimension of all the corners of primary buttons
## Custom Organization Details
You can customize the SDK, for it to match your organization's brand book, by
providing
`MyIdOrganizationDetails`
object to
`organizationDetails`
method. The object allows you to
customize following fields:
-
*phoneNumber*
- by default 712022202, which is MyID's call center. If you would like the customer
to call your own call center, you can display your own phone number on the error screen, by
providing it in this field (
[
sample
](
images/screen01.jpg
)
).
-
*logo*
- the image drawable name, that will be displayed on the input screen. If you would like to
display your own logo on the top of the screen, this is the place to provide it. Make sure it fits
the imageView element, which has the
*240x60*
size.
## SDK error codes
## SDK error codes
The error code in the following list may appear during the call of SDK. The list below is for your
The error code in the following list may appear during the call of SDK. The list below is for your
...
...
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