onMissingResultClick

abstract fun onMissingResultClick(responseInfo: ResponseInfo): Boolean

Called when "Missing result?" 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 open a window where a user can add additional feedback text. If a OnFeedbackClickListener that returns true is added, OnFeedbackSubmitClickListener won't be triggered.

Return

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

Parameters

responseInfo

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