I currently have the following listener for my AVPlayer
NotificationCenter.default.addObserver(self, selector: #selector(self.didFinishPlaying), name: NSNotification.Name.AVPlayerItemDidPlayToEndTime, object: video.currentItem)
I am wondering how to add a listener for when the AVPlayer is stopped prematurely, as when I user is watching at full scene and hits the done in the top corner.