Advertisement
FilipFD

nxt_Facebook_search_finished

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