SequenceType
public enum SequenceType : String, Codable, RSDStringEnumSet
The sequence type of the answer result. This is used to represent a multiple-choice answer array or a key/value dictionary.
-
Array
Declaration
Swift
case array -
Dictionary
Declaration
Swift
case dictionary
View on GitHub
SequenceType Enumeration Reference