mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-25 23:17:34 -04:00
app version code
This commit is contained in:
parent
eecf9b31b7
commit
74c3c4e65e
2 changed files with 14 additions and 6 deletions
|
@ -1,15 +1,17 @@
|
|||
extends Node
|
||||
#class_name AnalyticsEvents
|
||||
|
||||
var app_version := "none"
|
||||
var user_id := "none"
|
||||
var app_version := "none"
|
||||
var app_version_code := -1
|
||||
|
||||
|
||||
func base(event_name: String) -> Dictionary:
|
||||
var event = {}
|
||||
event.user_id = user_id
|
||||
event.event_name = event_name
|
||||
event.app_version = app_version
|
||||
event.user_id = user_id
|
||||
event.app_version_code = app_version_code
|
||||
return event
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue