sthewissen/MVP

[Improvement] AccessTokenExpired and RequestErrorOccurred

sthewissen opened this issue · 1 comments

Both of these events exist under MvpApiService and should probably be handled accordingly. However, currently, the MvpApiService is being injected into the viewmodels through the constructor. Wiring up additional events there feels... smelly.

Would love to figure out a better approach to this.

The App.xaml.cs is taking care of this now, using a singleton instance of the MVP API service and hooking up the events there.