CustomObject
public class CustomObject: BusinessObject
Wrapper class to inject custom data in you tracking
-
custom data as string - json formatted
Declaration
Swift
@objc public var json: String = "{}"
-
allow the custom object to persist
Declaration
Swift
@objc public var persistent = false