Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andr-ggn authored Aug 14, 2023
1 parent 26595f2 commit fa1cc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ import AppsFlyerInterface;
Construct the AppsFlyer interface:

```
private static var appsFlyer:AppsFlyerInterface;
private static var appsFlyer: AppsFlyerInterface;
appsFlyer = new AppsFlyerInterface();
```

Expand All @@ -174,7 +174,7 @@ appsFlyer.registerConversionListener();
Set the Developer key and iOS app ID and Initialise the SDK:

```
appsFlyer.appsFlyer.init("DevKey", "iOSAppID");
appsFlyer.init("DevKey", "iOSAppID");
```

Initialise session reporting (automatically report app launches and background-to-foreground transitions) with DevKey and iOS app ID:
Expand Down

0 comments on commit fa1cc04

Please sign in to comment.