Updated on 2026-08-14
This commit is contained in:
parent
27cf7b963b
commit
8dc9304c06
12 changed files with 176 additions and 15 deletions
|
|
@ -2,9 +2,9 @@ package com.tangem.features.send.v2.api.deeplink
|
|||
|
||||
import kotlinx.coroutines.CoroutineScope
|
||||
|
||||
interface SellDeepLinkHandler {
|
||||
interface SellRedirectDeepLinkHandler {
|
||||
|
||||
interface Factory {
|
||||
fun create(coroutineScope: CoroutineScope, queryParams: Map<String, String>): SellDeepLinkHandler
|
||||
fun create(coroutineScope: CoroutineScope, queryParams: Map<String, String>): SellRedirectDeepLinkHandler
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue