EventBuffer
@objc
public protocol EventBuffer
EventBuffer defines storing and consuming of event data.
-
Add an item.
Declaration
Swift
func add(item: SDKEvent)Parameters
itemitem to add
-
Process the data in the buffer
Declaration
Swift
func process()