Skip to content

Commit 1d5e0a4

Browse files
committed
aligned iOS and Android setUserEmails encryption protocols
1 parent 70016e7 commit 1d5e0a4

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
@@ -456,19 +456,19 @@ appsFlyer.setHost('foo', 'bar.appsflyer.com', res => console.log(res));
456456
`setUserEmails(options, success, error)`
457457

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

462462
| parameter | type | description |
463463
| ---------- |----------|------------------ |
464464
| configuration | json | email configuration |
465465
| success | function | success callback |
466-
| error | function | error callback |
466+
| error | function | error callback |
467467

468468

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

474474

0 commit comments

Comments
 (0)