Updated on 2026-08-14
This commit is contained in:
parent
13a37269f5
commit
8b75e37e30
6 changed files with 75 additions and 44 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package com.tangem.core.navigation.deeplink
|
||||
|
||||
/**
|
||||
* Routes in-app content links to the appropriate destination.
|
||||
* - Deep link schemes (e.g. `tangem://`, `wc://`) → handled in-app
|
||||
* - Web URLs (`https://`) → opened in browser
|
||||
*/
|
||||
interface DeeplinkLauncher {
|
||||
|
||||
fun launch(link: String)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue