GDPRDelegate

@objc
public protocol GDPRDelegate

An object that is notified about visitor interaction with the GDRP message.

  • Called when the visitor tap on ‘More information’ in the GDPR message.

    Declaration

    Swift

    func didTapMoreInformation()