Skip to content

Commit 05bc4bf

Browse files
Merge pull request #496 from dori-af/af-dori/notes
aligned iOS and Android setUserEmails encryption protocols
2 parents 15864ab + 1d5e0a4 commit 05bc4bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Docs/RN_API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -458,19 +458,19 @@ appsFlyer.setHost('foo', 'bar.appsflyer.com', res => console.log(res));
458458
`setUserEmails(options, success, error)`
459459

460460
Set the user emails and encrypt them.
461-
**Note:** Android platform supports only 0 (none) and 3 (SHA256) emailsCryptType. iOS platform support all (0-3) emailsCryptType.
461+
**Note:** Android and iOS platforms supports only 0 (none) and 3 (SHA256) emailsCryptType.
462462
When unsupported emailsCryptType is passed, the SDK will use the default (none).
463463

464464
| parameter | type | description |
465465
| ---------- |----------|------------------ |
466466
| configuration | json | email configuration |
467467
| success | function | success callback |
468-
| error | function | error callback |
468+
| error | function | error callback |
469469

470470

471-
| option | type | description |
471+
| option | type | description |
472472
| -------------- | ---- |------------- |
473-
| emailsCryptType | int | **iOS**: none - 0 (default), SHA1 - 1, MD5 - 2, SHA256 - 3<br>**Android**: none - 0 (default), SHA256 - 3|
473+
| emailsCryptType | int | none - 0 (default), SHA256 - 3 |
474474
| emails | array | comma separated list of emails |
475475

476476

0 commit comments

Comments
 (0)