appsflyer-unity-plugin icon indicating copy to clipboard operation
appsflyer-unity-plugin copied to clipboard

Get rid of instance null checks

Open Arikaton opened this issue 3 years ago • 0 comments

In AppsFlyer.cs script there is a lot instance null checks, which makes code readability and support worse. I suggest to convert instance filed to property and add AppsFlyerDummy instance for editor. Also move initSDK to IAppsFlyerNativeBridge interface makes the code more uniform

Arikaton avatar Oct 19 '22 11:10 Arikaton