airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.39k stars 406 forks source link

Custom Loader class #159

Open Vivecstel opened 7 years ago

Vivecstel commented 7 years ago

Is it possible to create custom Loader class ? e.g. to have 2 deep link activities for the same module where each one is responsible to handle their owns deep links.

Thanks