Improve ScreenTracker.
This commit is contained in:
parent
f11dd23327
commit
37c41131ea
5 changed files with 20 additions and 21 deletions
|
|
@ -24,7 +24,6 @@ android {
|
|||
dependencies {
|
||||
api(projects.services.analyticsproviders.api)
|
||||
api(projects.services.toolbox.api)
|
||||
api(libs.appyx.core)
|
||||
implementation(libs.coroutines.core)
|
||||
implementation(projects.libraries.matrix.api)
|
||||
implementation(projects.libraries.core)
|
||||
|
|
|
|||
|
|
@ -17,13 +17,11 @@
|
|||
package io.element.android.services.analytics.api
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import com.bumble.appyx.core.node.Node
|
||||
import im.vector.app.features.analytics.plan.MobileScreen
|
||||
|
||||
interface ScreenTracker {
|
||||
@Composable
|
||||
fun TrackScreen(
|
||||
node: Node,
|
||||
screen: MobileScreen.ScreenName,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue