FeedbackHelper

object FeedbackHelper

Provides utilities for working with feedback

Functions

encodeScreenshot
Link copied to clipboard
fun encodeScreenshot(screenshot: Bitmap, options: BitmapEncodeOptions = BitmapEncodeOptions.Builder().build()): String
Scales and compresses a Bitmap, then encodes the result to a Base64 string.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getActiveNavigationFeedbackTypes
Link copied to clipboard
fun getActiveNavigationFeedbackTypes(): Array<String>
Returns feedback types to send during Active Navigation.
getArrivalFeedbackTypes
Link copied to clipboard
fun getArrivalFeedbackTypes(): Array<String>
Returns feedback types to send upon arrival at the destination point.
getFeedbackSubTypes
Link copied to clipboard
fun getFeedbackSubTypes(feedbackType: String): Array<String>
Returns feedback subtypes that can be sent with a given feedbackType.
getFreeDriveFeedbackTypes
Link copied to clipboard
fun getFreeDriveFeedbackTypes(): Array<String>
Returns feedback types to send during Free Drive.
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String