-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ sent statistics GA #158
Conversation
LaunchedEffect(key1 = uiState.fromAmount, key2 = uiState.toAmount) { | ||
snapshotFlow { uiState.fromAmount } | ||
.debounce(1000L) | ||
.collect { | ||
viewModel.logSliderClickEvent() | ||
} | ||
|
||
snapshotFlow { uiState.toAmount } | ||
.debounce(1000L) | ||
.collect { | ||
viewModel.logSliderClickEvent() | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slider ๋ด๋ถ์ onValueChangeFinished ์๋๋ฐ ๊ทธ๊ฑธ๋ก ga ๊ธฐ๋กํ๋๊ฒ ๋ ์ ํํ ๊ฑฐ๊ฐ์์
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ฒ์์ ๊ทธ ๋ฐฉ์์ผ๋ก ํ๋๋ ์ฌ๋ผ์ด๋๊ฐ ๋ฒ๋ฒ๋ฒ๋ฒ๋ฒ๋ฒ๋ฒ ํ๊ฒ ๋์ํ๋๋ผ๊ณ ์,,,,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ onValueChange ๋ง๊ตฌ onValueChangeFinished ๋ง๋์?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ต............. ์ด๋ ๊ฒ ๋๋๋ผ๊ณ ์
finish.mp4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๊ธ์ฟค์ ... ํ์ธํ์ต๋๋ค
FirebaseAnalytics.getInstance(context).logEvent( | ||
FirebaseAnalytics.Event.SELECT_CONTENT, | ||
bundleOf( | ||
FirebaseAnalytics.Param.CONTENT_TYPE to "statistics_category", | ||
FirebaseAnalytics.Param.VALUE to sideEffect.category, | ||
), | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ด๊ณณ์ ํ์๋ ์ค ์๊ณ ๋ฃ์๋๋ฐ, ํ์ธ์ด ์๋์์ด์ ์ง๋ PR์ ํฌํจ๋์ง ์์๋๊ฑฐ์๊ตฐ์ฌ
์ผ์,, ์ฌ๊ธฐ Solution 3์ ๋ณด๋ฉด Long, Double Value๋ง ์ง๊ณ๋๋ค๋ ๋ง์ด ์๋ค์
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ด์ฉ์ง ... GA ๋ ์ด๋ ต๋ค์
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ผ๋จ CONTENT_TYPE
ํ๋ผ๋ฏธํฐ์ ๊ฐ์ ํฌํจ์ํค๋ ์์ผ๋ก ์์ ํ ๊ฒ์!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๐ก Issue
๐ฑ Key changes
๋ณด๋ด์
ํต๊ณ