CallDeclineReason

@available(iOS 12.0, *)
@objc(BDKCallDeclineReason)
public enum CallDeclineReason : Int, CustomStringConvertible

An enumeration representing the possible decline reasons.

  • Call has been declined but the reason is unknown.

    Declaration

    Swift

    case unknown = -1
  • Call has not been declined.

    Declaration

    Swift

    case none
  • Call has been declined because of do not disturb.

    Declaration

    Swift

    case doNotDisturb
  • Call has been declined because of no answer.

    Declaration

    Swift

    case noAnswer