ReviewModel
Swift
public enum ReviewModel
Possible states in the “Review” model.
-
The user has indicated nothing about the change (the default).
Declaration
Swift
case none
-
The user agrees with the change.
Declaration
Swift
case accepted
-
The user disagrees with the change.
Declaration
Swift
case rejected
-
The change has been cancelled.
Declaration
Swift
case cancelled
-
The change has been completed.
Declaration
Swift
case completed