SequenceType
public enum SequenceType : String, Codable
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
-
List of all the sequence types
Declaration
Swift
public static func allTypes() -> [SequenceType]