EventType

public enum EventType : String

The type of event that this object respresents. Possible values are

  • query the log of a query to a collection
  • click the result of a call to the events endpoint.
  • Undocumented

    Declaration

    Swift

    case click = "click"
  • Undocumented

    Declaration

    Swift

    case query = "query"