A
B
C
D
E
F
G
H
I
P
S
T
U
V
D
- DeepLinkDispatch - class in com.airbnb.deeplinkdispatch
- Configure DeepLinkDispatch, such as for tests.
- DeepLinkHandler - class in com.airbnb.deeplinkdispatch.handler
- You can implement this interface in your own project and annotated it with an @DeepLink annotation.
- DeepLinkHandlerResult - class in com.airbnb.deeplinkdispatch
- DeepLinkMethodResult - class in com.airbnb.deeplinkdispatch
- Can be used to return from any deeplink annotated method.
- DeepLinkResult - class in com.airbnb.deeplinkdispatch
- dispatchFrom(Activity,Intent) - function in com.airbnb.deeplinkdispatch.BaseDeepLinkDelegate
- Calls .
- dispatchFrom(Activity) - function in com.airbnb.deeplinkdispatch.BaseDeepLinkDelegate
- Calls .
- duplicatedDeepLinkEntries(List) - function in com.airbnb.deeplinkdispatch.BaseDeepLinkDelegateKt
- This will get all entries from all the registries and return a list of deep links and how they are duplicated by other deep links.