Missing Result Feedback Event
class MissingResultFeedbackEvent @JvmOverloads() constructor(responseInfo: ResponseInfo, text: String?, screenshot: Bitmap?, sessionId: String?, feedbackId: String?)
Content copied to clipboard
Feedback information for use case, when user can't find appropriate POI / place in received list of com.mapbox.search.result.SearchResult or com.mapbox.search.result.SearchSuggestion from one of search engines.
Constructors
MissingResultFeedbackEvent
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
copy
Link copied to clipboard
fun copy(responseInfo: ResponseInfo = this.responseInfo, text: String? = this.text, screenshot: Bitmap? = this.screenshot, sessionId: String? = this.sessionId, feedbackId: String? = this.feedbackId): MissingResultFeedbackEvent
Content copied to clipboard
Creates new MissingResultFeedbackEvent from current instance.
Properties
feedbackId
Link copied to clipboard
responseInfo
Link copied to clipboard
screenshot
Link copied to clipboard