Feedback

  • Provides an encapsulation for feedback data gathered from end users. For example, a survey form containing questions about a specific feature (context), a rating (e.g., 1-5 stars, or thumbs up/down) given by the end user (score), and optional comments (comment). The score property must be within the bounds of minimumScore and maximumScore; if it exceeds either bound, the property will be set to the minimum or maximum score, respectively.

    See more

    Declaration

    Swift

    public struct Feedback : Codable