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. SeeUnimplementedLogging
for 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. SeeUnimplementedLogging
for details.Default Implementation
-
feedbackViewControllerDidCancel(_:)
Default implementationCalled when a
FeedbackViewController
is 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. SeeUnimplementedLogging
for details.Default Implementation