Builder

class Builder

Build a new NavigationFeedbackOptions

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): NavigationFeedbackOptions
Build a new instance of NavigationFeedbackOptions
enableArrivalExperienceFeedback
Link copied to clipboard
fun enableArrivalExperienceFeedback(enableArrivalExperienceFeedback: Boolean): NavigationFeedbackOptions.Builder
Set 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
fun enableDetailedFeedbackAfterNavigation(enableDetailedFeedbackAfterNavigation: Boolean): NavigationFeedbackOptions.Builder
Set whether the user should be given opportunity to give more detailed feedback information when the the device arrives to the final destination.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String