Apparently it is not possible to get Activity.getActivityInfo().currentCadence
during a ActivityRecording.SPORT_INLINE_SKATING
session. I have tried this on my Fenix 6S Pro and it returned null
.
In order to calculate cadence by my own method, I instead tried using The ActivityMonitor.getInfo().steps
but this did not return values constantly but only if I looked at my watch during the activity. Unfortunately, this returns constantly the same old (outdated) value if I do not look at my watch which makes it impossible to use for my own calculations of current cadence.