postUserFeedback
Send user feedback about an issue or problem with the Navigation SDK.
Method can be invoked out of the trip session (whenever until onDestroy is called), because a feedback is attached to passed location and time in the past when FeedbackMetadata was generated (see provideFeedbackMetadataWrapper).
Parameters
feedback data
Deprecated
This function is deprecated
Replace with
postUserFeedback(UserFeedback)
This function is deprecated, use postUserFeedback(UserFeedback) instead.
Send user feedback about an issue or problem with the Navigation SDK.
Parameters
one of FeedbackEvent.Type or a custom one
description message
source of feedback. Deprecated, will be ignored
encoded screenshot
optional array of FeedbackEvent.SubType and/or custom subtypes
See also
to retrieve possible feedback subtypes for a given feedbackType
to capture screenshots
to encode screenshots
Deprecated
This function is deprecated
Replace with
postUserFeedback(UserFeedback)
This function is deprecated, use postUserFeedback(UserFeedback) instead.
Send user feedback about an issue or problem with the Navigation SDK.
Method can be invoked out of the trip session (whenever until onDestroy is called), because a feedback is attached to passed location and time in the past when FeedbackMetadata was generated (see provideFeedbackMetadataWrapper).
Parameters
one of FeedbackEvent.Type or a custom one
description message
source of feedback. Deprecated, will be ignored
encoded screenshot
optional array of FeedbackEvent.SubType and/or custom subtypes
use it to attach feedback to a specific passed location. See FeedbackMetadata and FeedbackMetadataWrapper
See also
to retrieve possible feedback subtypes for a given feedbackType
to capture screenshots
to encode screenshots