FeedbackType
public enum FeedbackType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case negative = "Negative"
-
Undocumented
Declaration
Swift
case positive = "Positive"
-
Declaration
Swift
public var description: String { get }