FPTIEventType

enum FPTIEventType

FPTI can be used to track many different event types based on user actions.

  • Click event type

    Declaration

    Swift

    case click
  • Custom event type

    Declaration

    Swift

    case custom(String)
  • Decision event type

    Declaration

    Swift

    case decision
  • Error event type

    Declaration

    Swift

    case error
  • Impression event type

    Declaration

    Swift

    case impression
  • Scroll event type

    Declaration

    Swift

    case scroll
  • Transition event type

    Declaration

    Swift

    case transition