Baseflow / XamarinMediaManager

Cross platform Xamarin plugin to play and control Audio and Video
https://baseflow.com
MIT License
762 stars 305 forks source link

Avoid creating an NSError #844

Closed janwiebe-jump closed 2 years ago

janwiebe-jump commented 2 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Bug fix #841

:arrow_heading_down: What is the current behavior?

Creating a new NSError

:new: What is the new behavior (if this is a feature change)?

Throw an ApplicationException

:boom: Does this PR introduce a breaking change?

Jup, an ApplicationException is passed as an argument.

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

:thinking: Checklist before submitting