Updated on 2026-08-14
This commit is contained in:
parent
73339902b8
commit
0a40ed4957
46 changed files with 1856 additions and 69 deletions
|
|
@ -0,0 +1,8 @@
|
|||
package com.tangem.tap.common
|
||||
|
||||
import android.view.View
|
||||
|
||||
interface SnackbarHandler {
|
||||
fun showSnackbar(text: Int, buttonTitle: Int? = null, action: View.OnClickListener? = null)
|
||||
fun dismissSnackbar()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue