[1] [CITE@en-US[Introducing DeepLinkDispatch: Easy Declaration and Routing of Your Deep Links - Airbnb Engineering]]
([TIME[2015-07-06 11:16:07 +09:00]] 版)
<http://nerds.airbnb.com/deeplinkdispatch/>

[FIG(quote)[
[FIGCAPTION[
[2] [CITE@en[airbnb/DeepLinkDispatch]]
([TIME[2015-07-06 12:09:02 +09:00]] 版)
<https://github.com/airbnb/DeepLinkDispatch>
]FIGCAPTION]

> 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

]FIG]


[FIG(quote)[
[FIGCAPTION[
[3] [CITE@en-US[Introducing DeepLinkDispatch: Easy Declaration and Routing of Your Deep Links - Airbnb Engineering]]
([TIME[2015-07-06 11:16:07 +09:00]] 版)
<http://nerds.airbnb.com/deeplinkdispatch/>
]FIGCAPTION]

> For example, a typical deep link to a listing may look something like this:
> airbnb://rooms/8357

]FIG]
