Package com.mapbox.navigation.voicefeedback

Types

Link copied to clipboard
interface ASRState

Represents the various states of an Automatic Speech Recognition (ASR) engine.

Link copied to clipboard
class FeedbackAgentEndpoint

Wrapper that defines the properties of endpoints required to be used with Feedback Agent.

Link copied to clipboard
class FeedbackAgentOptions

Options for configuring the Feedback Agent.

Link copied to clipboard
class FeedbackAgentSession : MapboxNavigationObserver

Access point for core functionality of the Feedback Agent SDK, including environment configuration, lifecycle management, and surface capabilities.

Link copied to clipboard
interface Microphone : MapboxNavigationObserver

Microphone interface allows the platform to define a source for audio. The microphone can be used to stream audio data from the platform to the Mapbox SDK.

Functions

Link copied to clipboard
fun MapboxNavigation.postVoiceFeedback(    feedbackSubType: String,     description: String,     screenshot: String,     feedbackMetadata: FeedbackMetadata? = null,     userFeedbackCallback: UserFeedbackCallback)

Send user voice feedback about an issue or problem with the Navigation SDK.