TrackingEventsHandlerDelegate

public protocol TrackingEventsHandlerDelegate : AnyObject

The TrackingEventsHandler can inform of certain events. These are sent through this delegate

  • Should be called when a new JWE is returned

    This is used by the IdentityUI to link tracking events between the SDK and the Schibsted account backend

    Declaration

    Swift

    func trackingEventsHandlerDidReceivedJWE(_ jwe: String)