Feedback
-
Provides an encapsulation for feedback data gathered from end users. For example, a survey form containing questions about a specific feature (
See morecontext), a rating (e.g., 1-5 stars, or thumbs up/down) given by the end user (score), and optional comments (comment). Thescoreproperty must be within the bounds ofminimumScoreandmaximumScore; if it exceeds either bound, the property will be set to the minimum or maximum score, respectively.Declaration
Swift
public struct Feedback : Codable