FilipFD

nxt_Facebook_app_gone_foreground

Jul 2nd, 2021 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. func logApp_gone_foregroundEvent(
  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("app_gone_foreground"), parameters: parameters)
  11. }
Add Comment
Please, Sign In to add comment