OptionType

public enum OptionType : Int

Confirmation option type categories

  • Declaration

    Swift

    case unspecified = -1
  • Declaration

    Swift

    case yesNo = 0
  • Declaration

    Swift

    case yesNoCancel = 1
  • Declaration

    Swift

    case okCancel = 2
  • Declaration

    Swift

    case unknown