airbnb:

airbnb:

[1] Introducing DeepLinkDispatch: Easy Declaration and Routing of Your Deep Links - Airbnb Engineering ( 版) <http://nerds.airbnb.com/deeplinkdispatch/>

[2] airbnb/DeepLinkDispatch ( 版) <https://github.com/airbnb/DeepLinkDispatch>

This fires a standard deep link:

adb shell am start -W -a android.intent.action.VIEW -d "airbnb://example.com/deepLink" com.airbnb.deeplinkdispatch.sample

This fires a deep link associated with a method, and also passes along a parameter:

adb shell am start -W -a android.intent.action.VIEW -d "airbnb://methodDeepLink/abc123" com.airbnb.deeplinkdispatch.sample

[3] Introducing DeepLinkDispatch: Easy Declaration and Routing of Your Deep Links - Airbnb Engineering ( 版) <http://nerds.airbnb.com/deeplinkdispatch/>

For example, a typical deep link to a listing may look something like this:

airbnb://rooms/8357