Tracking

  • Used by some internal objects to handle tracking data

    There are multiple implementation of TrackingEventsHandler that have different dependencies. So you can include the one which matches your depdendency and then pass that along to the objects that require tracking

    See more

    Declaration

    Swift

    public protocol TrackingEventsHandler : AnyObject
  • The TrackingEventsHandler can inform of certain events. These are sent through this delegate

    See more

    Declaration

    Swift

    public protocol TrackingEventsHandlerDelegate : AnyObject
  • Declaration

    Swift

    public enum TrackingEvent