FeedbackEventType

public enum FeedbackEventType

Feedback event type that describes the user actions performed on a specific search result.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Search result selection event. This represents user interest in the search result without any affirmative followup action on the search result. Example: The user taps and looks at the details of a POI such as opening time, email etc. However the user does not route to the POI.

    Declaration

    Swift

    case select
  • Search result acceptance event. This represents user interest in the search result with some affirmative followup action. Example: The user taps and routes to a search result or adds it to the list of favorites.

    Declaration

    Swift

    case accept