NavigationFeedbackOptions

class NavigationFeedbackOptions

Navigation options to control feedback flow.

Parameters

enableDetailedFeedbackAfterNavigation

whether the user should be given opportunity to give more detailed feedback information when the the device arrives to the final destination.

enableArrivalExperienceFeedback

whether the user should be given opportunity to feedback about the arrival experience as the device comes to the final destination along the route.

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): NavigationFeedbackOptions.Builder
Get a builder to customize a subset of current options.
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

enableArrivalExperienceFeedback
Link copied to clipboard
val enableArrivalExperienceFeedback: Boolean
whether the user should be given opportunity to feedback about the arrival experience as the device comes to the final destination along the route.
enableDetailedFeedbackAfterNavigation
Link copied to clipboard
val enableDetailedFeedbackAfterNavigation: Boolean
whether the user should be given opportunity to give more detailed feedback information when the the device arrives to the final destination.