VayFeedback

public struct VayFeedback

Feedback model.

  • key

    Feedback key.

    Declaration

    Swift

    public let key: Int
  • Feedback name.

    Declaration

    Swift

    public let name: String
  • The metric on which the feedback is based on.

    Declaration

    Swift

    public let metric: VayMetric
  • Array of different message options for the feedback.

    Declaration

    Swift

    public let messages: [String]
  • Importance category of the feedback.

    Declaration

    Swift

    public let importance: VayFeedbackImportance