Updated on 2026-08-14
This commit is contained in:
parent
63455a510b
commit
af822f9d7a
12 changed files with 147 additions and 24 deletions
|
|
@ -0,0 +1,17 @@
|
|||
package com.tangem.core.analytics.utils
|
||||
|
||||
import com.tangem.domain.models.scan.ScanResponse
|
||||
|
||||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
interface AnalyticsContextProxy {
|
||||
|
||||
fun setContext(scanResponse: ScanResponse)
|
||||
|
||||
fun eraseContext()
|
||||
|
||||
fun addContext(scanResponse: ScanResponse)
|
||||
|
||||
fun removeContext()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue