-
A view controller containing a grid of buttons the user can use to denote an issue their current navigation experience.
See moreDeclaration
Swift
public class FeedbackViewController : UIViewController, DismissDraggable, UIGestureRecognizerDelegateextension FeedbackViewController: UIViewControllerTransitioningDelegateextension FeedbackViewController: UICollectionViewDataSourceextension FeedbackViewController: UICollectionViewDelegateextension FeedbackViewController: UICollectionViewDelegateFlowLayout -
The
See moreFeedbackViewControllerDelegateprotocol provides methods for responding to feedback events.Declaration
Swift
public protocol FeedbackViewControllerDelegate : AnyObject, UnimplementedLogging -
A single feedback item displayed on an instance of
See moreFeedbackViewController.Declaration
Swift
public struct FeedbackItem -
Feedback type is used to specify the type of feedback being recorded with
See moreNavigationEventsManager.recordFeedback(type:description:).Declaration
Swift
public enum FeedbackType : CustomStringConvertible -
Enum denoting the subtypes of the
Incorrect Visualtop-level categoryDeclaration
Swift
public enum IncorrectVisualSubtype : String -
Enum denoting the subtypes of the
Confusing Audiotop-level categoryDeclaration
Swift
public enum ConfusingAudioSubtype : String -
Enum denoting the subtypes of the
Route Qualitytop-level categoryDeclaration
Swift
public enum RouteQualitySubtype : String -
Enum denoting the subtypes of the
Illegal Routetop-level categoryDeclaration
Swift
public enum IllegalRouteSubtype : String -
Enum denoting the subtypes of the
Road Closuretop-level categoryDeclaration
Swift
public enum RoadClosureSubtype : String -
Enum denoting the origin source of the corresponding feedback item
See moreDeclaration
Swift
public enum FeedbackSource : Int, CustomStringConvertible -
Feedback Model Object for End Of Route Experience.
Declaration
Swift
open class EndOfRouteFeedback
Install in Dash
User Feedback Reference