SelectionStatus
public enum SelectionStatus : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case selected = "SELECTED"
-
Undocumented
Declaration
Swift
case notSelected = "NOT_SELECTED"
-
Declaration
Swift
public var description: String { get }