RxPM icon indicating copy to clipboard operation
RxPM copied to clipboard

Integrated support for permissions processing

Open dmdevgo opened this issue 6 years ago • 2 comments

RxPM focuses on solving practical problems of the presentation layer. Such features as DialogControl or dispatching of navigation messages save us of many problems and boilerplate code. Processing of permissions is the same problem. Although there are many libraries, like RxPermissions, but many difficulties arise when trying to embed them in the PresentationModel. So I think it would be convenient to have a solution out of the box.

dmdevgo avatar Oct 01 '18 16:10 dmdevgo

A good idea. But when implemented as a separate dependency.

Semper-Viventem avatar Oct 01 '18 17:10 Semper-Viventem

Separate dependency will add a headache IMO. Because we cannot set internal access modifier to the fields and methods of separate module. Also, I don't see the big benefit from this split. This feature will add a few methods max.

Jeevuz avatar Oct 08 '18 14:10 Jeevuz