I need callback that send event when was played ONE MediaItem (not all) Something like "OnNextMediaItemPlayCallback"
I had tried to find callback, but find one only for ALL MEDIA HAS BEEN PLAYED.
I need to remove media item when media item was played.
See the detecting transitions documentation:
Then playback transitions to another media item, or starts repeating the same media item, Listener.onMediaItemTransition(MediaItem, @MediaItemTransitionReason) is called