How does one loop a video using AVPlayer under Xamarin iOS? ObjectiveC solution suggests the use of an observable notification. It's not clear how to do this with C# syntax or the Xamarin API of the AVPlayer.
You can see the ObjectiveC question and answer here: Looping a video with AVFoundation AVPlayer?