Open
Description
I want to handle the deep links as in the sample module, but unfortunately below interface is not available inside the library.
package com.airbnb.deeplinkdispatch.handler
interface DeepLinkHandler {
fun handleDeepLink(context: Context, deepLinkArgs: T)
}
Please correct me if I am wrong, but as of now my understanding it is impossible to handle deeplinks apart from activity classes.
Metadata
Metadata
Assignees
Labels
No labels