postUserFeedback
Send user feedback about an issue or problem with the Navigation SDK.
See also
to encode screenshots
to capture screenshots
Parameters
one of FeedbackEvent.Type or a custom one
description message
one of FeedbackEvent.Source
encoded screenshot
optional array of FeedbackEvent.SubType and/or custom subtypes
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).
See also
to encode screenshots
to capture screenshots
Parameters
one of FeedbackEvent.Type or a custom one
description message
one of FeedbackEvent.Source
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