Updated on 2026-08-14
This commit is contained in:
parent
17add53bc0
commit
304e6d0c5c
6 changed files with 41 additions and 27 deletions
|
|
@ -5,8 +5,11 @@ import com.tangem.core.ui.decompose.ComposableContentComponent
|
|||
|
||||
interface PromoBannersBlockComponent : ComposableContentComponent {
|
||||
|
||||
fun setVisibleOnScreen(isVisible: Boolean)
|
||||
|
||||
data class Params(
|
||||
val placeholder: Placeholder,
|
||||
val isInitiallyVisibleOnScreen: Boolean = true,
|
||||
)
|
||||
|
||||
enum class Placeholder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue