View difference between Paste ID: Ra39QNfG and E3wpKeMg
SHOW: | | - or go back to the newest paste.
1-
func logTutorial_beginEvent(
1+
func logTraffic_onEvent(
2
    sessionHash: String
3
    userId: String
4
) {
5
    let parameters = [
6
        AppEvents.ParameterName("sessionHash").rawValue: sessionHash,
7
        AppEvents.ParameterName("userId").rawValue: userId
8
    ]
9
10-
    AppEvents.logEvent(.init("tutorial_begin"), parameters: parameters)
10+
    AppEvents.logEvent(.init("traffic_on"), parameters: parameters)
11
}