Jul 24, 2017 · 1 min read
What’s the best way to be notified of when a repeating track “ends” so I can count how many time a track has been repeated? Will EventListener#onTracksChanged be called or should I be using another method?
What’s the best way to be notified of when a repeating track “ends” so I can count how many time a track has been repeated? Will EventListener#onTracksChanged be called or should I be using another method?