Updated on 2026-08-14
This commit is contained in:
parent
5d13d36cb3
commit
29fb436bc2
10 changed files with 84 additions and 31 deletions
|
|
@ -1,12 +1,14 @@
|
|||
package com.tangem.core.navigation
|
||||
|
||||
/**
|
||||
* Navigation state holder
|
||||
* Navigation controller that based on redux actions
|
||||
*
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
interface NavigationStateHolder {
|
||||
interface ReduxNavController {
|
||||
|
||||
/** Navigate by [action] */
|
||||
fun navigate(action: NavigationAction)
|
||||
|
||||
fun getBackStack(): List<AppScreen>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue