Events
public class Events : BusinessObject
Undocumented
-
Add an event
Declaration
Swift
@objc public func add(name: String, data: [String : Any]) -> Event
Parameters
name
event type label
data
event data content
Return Value
a new Event
-
Send all stored events
Declaration
Swift
@objc public func send()