View difference between Paste ID: E3wpKeMg and PufSvQEE
SHOW: | | - or go back to the newest paste.
1-
func logTraffic_offEvent(
1+
func logTutorial_beginEvent(
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("traffic_off"), parameters: parameters)
10+
    AppEvents.logEvent(.init("tutorial_begin"), parameters: parameters)
11
}