Skip to content

Commit

Permalink
added LWAnalytics notifications
Browse files Browse the repository at this point in the history
Signed-off-by: kcw-grunt <[email protected]>
  • Loading branch information
kcw-grunt committed Jan 14, 2024
1 parent 6153a03 commit f18f407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions litewallet/src/SignupWebView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ struct SignupWebView: UIViewRepresentable {
{
print("::: signup Submitted resultString \(resultString)")
userAction = true
let signupDict: [String: String] = ["date_accepted": Date().ISO8601Format()]
LWAnalytics.logEventWithParameters(itemName: ._20240101_US, properties: signupDict)

let signupDict: [String: String] = ["date_accepted": Date().ISO8601Format()]
LWAnalytics.logEventWithParameters(itemName: ._20240101_US, properties: signupDict)
}
}
}
Expand Down

0 comments on commit f18f407

Please sign in to comment.