Logging Custom Events
See the iOS integration instructions for in depth discussion of event tracking best practices and interfaces. You should also check out our notes on event naming conventions.
1
2
3
var properties = {};
properties["KeyOne"] = "Val1";
ReactAppboy.logCustomEvent("reactNativeCustomEventWithProperties", properties);