From fa1cc04c53fc985d424f30ecf14b672bed68cbca Mon Sep 17 00:00:00 2001 From: Andrey Gagan <4691004+andr-ggn@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:05:02 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89b9f5e..3466d6f 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ import AppsFlyerInterface; Construct the AppsFlyer interface: ``` -private static var appsFlyer:AppsFlyerInterface; +private static var appsFlyer: AppsFlyerInterface; appsFlyer = new AppsFlyerInterface(); ``` @@ -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: