Is it possible to hook into an objc observer using Kotlin? I need to observe the % of a download task and route it’s current value to a Flow. Can’t seem to find out how to do it.
c
Clocks
01/03/2022, 1:26 PM
Possibly using a callback flow?
s
spierce7
01/03/2022, 2:59 PM
how?
spierce7
01/03/2022, 3:00 PM
So I’m actually using a callback flow that I’d like to hook it to currently. The problem is, getting the observation to happen