Commit c4a91b91 authored by Javokhir's avatar Javokhir
Browse files

Updated README.md

parent 39ba55a2
...@@ -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
......
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