Skip to content

Commit b1722db

Browse files
committed
RN_API - Changed h4 to h3
1 parent 441714a commit b1722db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Docs/RN_API.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The list of available methods for this plugin is described below.
1212
- [APIs](#apis)
1313
- [Android and iOS APIs](#android-and-ios-apis)
1414
- [initSdk](#initsdk)
15-
- [startSdk](#startsdk)
16-
- [logEvent](#logevent)
15+
- [startSdk](#startsdk)
16+
- [logEvent](#logevent)
1717
- [setCustomerUserId](#setcustomeruserid)
1818
- [stop](#stop)
1919
- [setAppInviteOneLinkID](#setappinviteonelinkid)
@@ -112,7 +112,7 @@ appsFlyer.initSdk(
112112
```
113113
---
114114

115-
#### startSdk
115+
### startSdk
116116
`startSdk()`
117117

118118
In version 6.9.1 of the react-native-appslfyer SDK we added the option of splitting between the initialization stage and start stage. All you need to do is add the property manualStart: true to the init object, and later call appsFlyer.startSdk() whenever you decide. If this property is set to false or doesn’t exist, the sdk will start after calling `appsFlyer.initSdk(...)`.
@@ -150,7 +150,7 @@ appsFlyer.initSdk(
150150
```
151151
---
152152

153-
#### logEvent
153+
### logEvent
154154
`logEvent(eventName, eventValues, success, error)`
155155

156156
In-App Events provide insight on what is happening in your app. It is recommended to take the time and define the events you want to measure to allow you to measure ROI (Return on Investment) and LTV (Lifetime Value).

0 commit comments

Comments
 (0)