Protocol
EventTracking
public protocol EventTracking: AnyObject
Methods to implement for tracking user actions and presentation of screens.
Relationships
Conforms To
AnyObject
Requirements
track(_:)
func track(_ screen: ScreenEvent)
Method called when a screen is presented.
Parameters
Name | Type | Description |
---|---|---|
screen | ScreenEvent |
A screen event representing the view displayed to the user. |