TakeoffAlarm

public class TakeoffAlarm : NSObject

Takeoff alarm with a level.

  • Kind of check.

    See more

    Declaration

    Swift

    public enum Kind : Int, CustomStringConvertible
  • Alarm level.

    See more

    Declaration

    Swift

    public enum Level : Int, CustomStringConvertible
  • Kind of the alarm.

    Declaration

    Swift

    public let kind: Kind
  • Level of the alarm.

    Declaration

    Swift

    public internal(set) var level: Level { get }
  • Debug description.

    Declaration

    Swift

    public override var description: String { get }