[1] Introducing DeepLinkDispatch: Easy Declaration and Routing of Your Deep Links - Airbnb Engineering (2015-07-06 11:16:07 +09:00 版) <http://nerds.airbnb.com/deeplinkdispatch/>
[2] airbnb/DeepLinkDispatch (2015-07-06 12:09:02 +09:00 版) <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.sampleThis 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
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 (2015-07-06 11:16:07 +09:00 版) <http://nerds.airbnb.com/deeplinkdispatch/>
For example, a typical deep link to a listing may look something like this:airbnb://rooms/8357
For example, a typical deep link to a listing may look something like this:
airbnb://rooms/8357