Open zeeshan5422 opened 2 years ago
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.
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.