brabo-hi
03/22/2022, 5:31 PMmbonnin
03/22/2022, 6:14 PMmbonnin
03/22/2022, 6:15 PMkpgalligan
03/22/2022, 7:53 PMbrabo-hi
03/22/2022, 10:29 PMbrabo-hi
03/23/2022, 12:40 AMexpect/actual
? i think it’s the best optionbrabo-hi
03/23/2022, 12:57 AMkpgalligan
03/23/2022, 2:12 AMexpect/actual
. Depends on the situation. I’d just have a function defined in common and pass in the implementation on app start. expect/actual
is rigid and not useful in this case.kpgalligan
03/23/2022, 2:12 AMclass func logEvent(_ name: String, parameters: [String : Any]?)
kpgalligan
03/23/2022, 2:12 AMkpgalligan
03/23/2022, 2:14 AMfun initAppStuff(logEvent: (String, Map<String, Any>)->Unit)
kpgalligan
03/23/2022, 2:14 AMbrabo-hi
03/23/2022, 2:36 AM