UserFeedback

Class for user feedbacks, contains properties that were passed to MapboxNavigation.postUserFeedback, feedback id and location at that moment.

Types

Link copied to clipboard
class Builder(feedbackType: String, description: String)

Builder for UserFeedback.

Properties

Link copied to clipboard

description message

Link copied to clipboard

use it to attach feedback to a specific passed location.

Link copied to clipboard

list of FeedbackEvent.SubType and/or custom feedback subtypes

Link copied to clipboard

feedback type, one of FeedbackEvent.Type or a custom one

Link copied to clipboard

base64-encoded screenshot that will be attached to feedback

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard

Get a builder to customize a subset of current options.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.