Engagement

public enum Engagement

Engagement events are the result of user interaction

  • Represents a click engagement event on an element in the forms

    Declaration

    Swift

    case click(on: UIElement)