FilipFD

nxt_Facebook_auto_search_area

Jul 5th, 2021 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. func logSearch_areaEvent(
  2.     sessionHash: String
  3.     userId: String
  4.     appMode: String
  5.     filterApplied: String
  6. ) {
  7.     let parameters = [
  8.         AppEvents.ParameterName("sessionHash").rawValue: sessionHash,
  9.         AppEvents.ParameterName("userId").rawValue: userId,
  10.         AppEvents.ParameterName("appMode").rawValue: appMode,
  11.         AppEvents.ParameterName("filterApplied").rawValue: filterApplied
  12.     ]
  13.  
  14.     AppEvents.logEvent(.init("search_area"), parameters: parameters)
  15. }
Add Comment
Please, Sign In to add comment