-
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.sendActiveNavigationFeedback(_:type:description:).Declaration
Swift
public enum ActiveNavigationFeedbackType : FeedbackType -
Feedback type is used to specify the type of feedback being recorded with
See moreNavigationEventsManager.sendPassiveNavigationFeedback(_:type:description:).Declaration
Swift
public enum PassiveNavigationFeedbackType : FeedbackType -
Enum denoting the subtypes of the
See moreIncorrect Visualtop-level category.Declaration
Swift
public enum PassiveNavigationIncorrectVisualSubtype : CaseIterable -
Enum denoting the subtypes of the
Confusing Audiotop-level categoryDeclaration
Swift
public enum ConfusingAudioSubtype : String, CaseIterable -
Enum denoting the subtypes of the
Route Qualitytop-level categoryDeclaration
Swift
public enum RouteQualitySubtype : String, CaseIterable -
Enum denoting the subtypes of the
Illegal Routetop-level categoryDeclaration
Swift
public enum IllegalRouteSubtype : String, CaseIterable -
Enum denoting the subtypes of the
Road Closuretop-level categoryDeclaration
Swift
public enum RoadClosureSubtype : String, CaseIterable -
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.
See moreDeclaration
Swift
open class EndOfRouteFeedback
Install in Dash
User Feedback Reference