CPCKInfo

@objc
public class CPCKInfo : NSObject

Contains informations about incoming call by parsing the VOIP push notification. The data in this class will be used to inform CallKit after receiving each voip notification

Since

2.5.0
  • Undocumented

    Declaration

    Swift

    @objc
    public var callerDisplayInfo: String?
  • Undocumented

    Declaration

    Swift

    @objc
    public var callUUID: UUID?
  • Undocumented

    Declaration

    Swift

    @objc
    public var error: CPError?