In MVP you normally have a view interface that the...
# rx
a
In MVP you normally have a view interface that the presenter knows about. However, if you only want void functions, you could pass an observer to the view, but then you're managing disposables in the view which feels bad.