ALBusSeatType
public enum ALBusSeatType : Int
Seat Type Status
-
Free to pick
Declaration
Swift
case empty -
Already sold by woman or man
Declaration
Swift
case sold -
Being selected
Declaration
Swift
case selected -
Already sold by woman
Declaration
Swift
case soldWoman -
Already sold by man
Declaration
Swift
case soldMan -
Not a seat. Can not be able to select
Declaration
Swift
case none
ALBusSeatType Enumeration Reference