FeedbackEvent
User Feedback event build based on SearchSuggestion or SearchResult.
Does a result or suggestion have any problem with naming, location or something else? Please send feedback
describing the issue!
Can be sent by calling sendFeedback(event:) method of any SearchEngine instance.
-
Built-in set of reasons for feedback
See more -
Feedback Reason e.g. incorrect name, translation, position…
-
Issue description.
-
User keyboard locale.
-
User device orientation.
-
Screenshot attachment data.
-
Identifier for combining related Mapbox events.
-
Build feedback event based on
IndexableRecord. Such feedback provides minimum useful information and not so valuable. Consider usinginit(record: SearchResult, reason: String?, text: String?)for submitting feedbacks please. -
Build feedback event based on SearchResult.
-
Build feedback event based on SearchSuggestion.
-
Build feedback event of
Missing Search Resulttype. This kind of event is used for reporting search issues where a user can’t find what he’s looking for.
FeedbackEvent Class Reference