Skip to content

Commit e6c87d9

Browse files
authored
Update RN_API.md
1 parent fc8a848 commit e6c87d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Docs/RN_API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The list of available methods for this plugin is described below.
3737
- [disableAdvertisingIdentifier](#disableAdvertisingIdentifier)
3838
- [enableTCFDataCollection](#enableTCFDataCollection)
3939
- [setConsentData](#setConsentData)
40-
- [logAdRevenue](#logAdRevenue) - Since 6.15.1
40+
- [logAdRevenue](#logAdRevenue)
4141
- [Android Only APIs](#android-only-apis)
4242
- [setCollectAndroidID](#setcollectandroidid)
4343
- [setCollectIMEI](#setcollectimei)
@@ -798,7 +798,7 @@ let GDPRUser = AppsFlyerConsent.forGDPRUser(true, false);
798798
appsFlyer.setConsentData(nonGDPRUser /**or**/ GDPRUser);
799799
```
800800

801-
### logAdRevenue
801+
### logAdRevenue - Since 6.15.1
802802
`logAdRevenue(data: AFAdRevenueData): void`
803803

804804
Use this method to log your ad revenue.</br>

0 commit comments

Comments
 (0)