-
@Target(allowedTargets = {AnnotationTarget.FUNCTION}) public @interface TrackScreenComposable
Annotation to mark Composable functions for automatic screen tracking in analytics.
This annotation should ONLY be applied to functions that are also annotated with @Composable. When applied to a Composable function, it will automatically log a screen view event with the specified screen name when the Composable is first composed.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringscreenName
-