⚠️ Complete the Wunderkind Mobile SDK installation guide to include the WMSDK in your project.
Overview
The values passed and when this method should be called are dictated by desired functionality on that particular use case, work with a Wunderkind teammate to determine this.
Example Implementation:
val eventName= "eventOne"
val extraData = HashMap<String, String>()
extraData["season"] = "fall"
extraData["year"] = "1996"
wunderkind.trackCustom(eventName, extraData)