Skip to content

Commit 8416af8

Browse files
Add: Empty implementation for analytics
1 parent d664c9f commit 8416af8

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
import Foundation
2+
import AutomatticTracks
3+
4+
extension JetpackFullscreenOverlaySiteCreationViewModel {
5+
6+
// MARK: Analytics Implementation
7+
8+
func trackOverlayDisplayed() {
9+
// TODO: Implement this
10+
}
11+
12+
func trackLearnMoreTapped() {
13+
// TODO: Implement this
14+
}
15+
16+
func trackSwitchButtonTapped() {
17+
// TODO: Implement this
18+
}
19+
20+
func trackCloseButtonTapped() {
21+
// TODO: Implement this
22+
}
23+
24+
func trackContinueButtonTapped() {
25+
// TODO: Implement this
26+
}
27+
}

0 commit comments

Comments
 (0)