FeedbackViewControllerDelegate
The FeedbackViewControllerDelegate protocol provides methods for responding to feedback events.
-
feedbackViewControllerDidOpen(_:)Default implementationCalled when the user opens the feedback form.
Note
This delegate method includes a default implementation that prints a warning to the console when this method is called. SeeUnimplementedLoggingfor details.Default Implementation
-
feedbackViewController(_:didSend:uuid:)Default implementationCalled when the user submits a feedback event.
Note
This delegate method includes a default implementation that prints a warning to the console when this method is called. SeeUnimplementedLoggingfor details.Default Implementation
-
feedbackViewControllerDidCancel(_:)Default implementationCalled when a
FeedbackViewControlleris dismissed for any reason without giving explicit feedback.Note
This delegate method includes a default implementation that prints a warning to the console when this method is called. SeeUnimplementedLoggingfor details.Default Implementation
Install in Dash
FeedbackViewControllerDelegate Protocol Reference