View difference between Paste ID: 830CRf6i and WqvURRW4
SHOW: | | - or go back to the newest paste.
1-
func logSearch_areaEvent(
1+
func logRecenter_locationEvent(
2
    sessionHash: String
3
    userId: String
4
    appMode: String
5-
    filterApplied: String
5+
6
    let parameters = [
7
        AppEvents.ParameterName("sessionHash").rawValue: sessionHash,
8
        AppEvents.ParameterName("userId").rawValue: userId,
9
        AppEvents.ParameterName("appMode").rawValue: appMode
10-
        AppEvents.ParameterName("appMode").rawValue: appMode,
10+
11-
        AppEvents.ParameterName("filterApplied").rawValue: filterApplied
11+
12
    AppEvents.logEvent(.init("recenter_location"), parameters: parameters)
13
}