Skip to content

Commit 344d599

Browse files
authored
Merge pull request #668 from dori-af/master
API.md - setUsersEmail: added deprecation notice
2 parents 9cc0218 + 8df9589 commit 344d599

File tree

1 file changed

+58
-2
lines changed

1 file changed

+58
-2
lines changed

Docs/RN_API.md

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,69 @@ The list of available methods for this plugin is described below.
2525
- [anonymizeUser](#anonymizeuser)
2626
- [getAppsFlyerUID](#getappsflyeruid)
2727
- [setHost](#sethost)
28-
- [setUserEmails](#setuseremails)
28+
- [setUserEmails *Soon to be deprecated*](#setuseremails-soon-to-be-deprecated)
2929
- [generateInviteLink](#generateinvitelink)
3030
- [setSharingFilterForAllPartners](#setsharingfilterforallpartners)
3131
- [setSharingFilter](#setsharingfilter)
3232
- [setSharingFilterForPartners](#setsharingfilterforpartners)
3333
- [validateAndLogInAppPurchase](#validateandloginapppurchase)
34+
- [validateAndLogInAppPurchaseV2](#validateandloginapppurchasev2)
35+
- [AFPurchaseType Enum](#afpurchasetype-enum)
36+
- [AFPurchaseDetails Interface](#afpurchasedetails-interface)
37+
- [Usage Example](#usage-example)
38+
- [updateServerUninstallToken](#updateserveruninstalltoken)
39+
- [sendPushNotificationData](#sendpushnotificationdata)
40+
- [addPushNotificationDeepLinkPath](#addpushnotificationdeeplinkpath)
41+
- [appendParametersToDeepLinkingURL](#appendparameterstodeeplinkingurl)
42+
- [disableAdvertisingIdentifier](#disableadvertisingidentifier)
43+
- [enableTCFDataCollection](#enabletcfdatacollection)
44+
- [setConsentData](#setconsentdata)
45+
- [logAdRevenue](#logadrevenue)
46+
- [Android Only APIs](#android-only-apis)
47+
- [setCollectAndroidID](#setcollectandroidid)
48+
- [setCollectIMEI](#setcollectimei)
49+
- [setDisableNetworkData `setDisableNetworkData(disable)`](#setdisablenetworkdata-setdisablenetworkdatadisable)
50+
- [performOnDeepLinking](#performondeeplinking)
51+
- [disableAppSetId](#disableappsetid)
52+
- [iOS Only APIs](#ios-only-apis)
53+
- [disableCollectASA](#disablecollectasa)
54+
- [disableIDFVCollection](#disableidfvcollection)
55+
- [setUseReceiptValidationSandbox](#setusereceiptvalidationsandbox)
56+
- [disableSKAD](#disableskad)
57+
- [setCurrentDeviceLanguage](#setcurrentdevicelanguage)
58+
- [AppsFlyerConversionData](#appsflyerconversiondata)
59+
- [onInstallConversionData](#oninstallconversiondata)
60+
- [onInstallConversionFailure](#oninstallconversionfailure)
61+
- [onAppOpenAttribution](#onappopenattribution)
62+
- [onAttributionFailure](#onattributionfailure)
63+
- [onDeepLink](#ondeeplink)
3464
<!-- - [validateAndLogInAppPurchase(NEW)](#validateandloginapppurchasev2) -->
65+
- [APIs](#apis)
66+
- [Android and iOS APIs](#android-and-ios-apis)
67+
- [initSdk](#initsdk)
68+
- [startSdk](#startsdk)
69+
- [logEvent](#logevent)
70+
- [setCustomerUserId](#setcustomeruserid)
71+
- [stop](#stop)
72+
- [setAppInviteOneLinkID](#setappinviteonelinkid)
73+
- [setAdditionalData](#setadditionaldata)
74+
- [setResolveDeepLinkURLs](#setresolvedeeplinkurls)
75+
- [setOneLinkCustomDomains](#setonelinkcustomdomains)
76+
- [setCurrencyCode](#setcurrencycode)
77+
- [logLocation](#loglocation)
78+
- [anonymizeUser](#anonymizeuser)
79+
- [getAppsFlyerUID](#getappsflyeruid)
80+
- [setHost](#sethost)
81+
- [setUserEmails *Soon to be deprecated*](#setuseremails-soon-to-be-deprecated)
82+
- [generateInviteLink](#generateinvitelink)
83+
- [setSharingFilterForAllPartners](#setsharingfilterforallpartners)
84+
- [setSharingFilter](#setsharingfilter)
85+
- [setSharingFilterForPartners](#setsharingfilterforpartners)
86+
- [validateAndLogInAppPurchase](#validateandloginapppurchase)
87+
- [validateAndLogInAppPurchaseV2](#validateandloginapppurchasev2)
88+
- [AFPurchaseType Enum](#afpurchasetype-enum)
89+
- [AFPurchaseDetails Interface](#afpurchasedetails-interface)
90+
- [Usage Example](#usage-example)
3591
- [updateServerUninstallToken](#updateserveruninstalltoken)
3692
- [sendPushNotificationData](#sendpushnotificationdata)
3793
- [addPushNotificationDeepLinkPath](#addpushnotificationdeeplinkpath)
@@ -458,7 +514,7 @@ appsFlyer.setHost('foo', 'bar.appsflyer.com', res => console.log(res));
458514
```
459515
---
460516

461-
### setUserEmails
517+
### setUserEmails *Soon to be deprecated*
462518
`setUserEmails(options, success, error)`
463519

464520
Set the user emails and encrypt them.

0 commit comments

Comments
 (0)