onSendMissingResultFeedback

abstract fun onSendMissingResultFeedback(text: String, responseInfo: ResponseInfo): Boolean

Called when "Feedback submit" button is clicked. This allows listeners to get a chance to process click on their own.

SearchBottomSheetView will not process the click if this function returns true. If multiple listeners are registered and any of them has processed the click, all the remaining listeners will not be invoked.

By default, SearchBottomSheetView will submit feedback info to a corresponding function com.mapbox.search.analytics.AnalyticsService.sendMissingResultFeedback.

Return

True if the listener has processed the click, false otherwise.

Parameters

text

User's feedback text.

responseInfo

Information about response, in which user couldn't find appropriate POI / place.