Aleksandr Artemov

Results 1 comments of Aleksandr Artemov

``` val attributes = mapOf( "id" to userId, "userId" to userId, "versionCode" to BuildConfig.VERSION_CODE.toString(), "buildFlavor" to BuildConfig.FLAVOR, "premium" to userRepo.isPremium, "firstOpenTime" to (getInstallTime(context) / 1000).toString() ) createGrowthBook(attributes) ``` App uses...