Updated on 2026-08-14
This commit is contained in:
parent
abf5357f6a
commit
cb3afc964f
7 changed files with 34 additions and 28 deletions
|
|
@ -5,6 +5,6 @@ import kotlinx.coroutines.CoroutineScope
|
|||
interface SellDeepLinkHandler {
|
||||
|
||||
interface Factory {
|
||||
fun create(coroutineScope: CoroutineScope, params: Map<String, String>): SellDeepLinkHandler
|
||||
fun create(coroutineScope: CoroutineScope, queryParams: Map<String, String>): SellDeepLinkHandler
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue