HitStatus

@objc
public enum HitStatus : Int

Build or send status of the hit

  • failed: failed
  • success: success
  • failed

    Declaration

    Swift

    case failed = 0
  • success

    Declaration

    Swift

    case success = 1