Class CTCallCenter

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    @Deprecated
    public class CTCallCenter
    extends NSObject
    Deprecated.
    Deprecated in iOS 10.0. Replaced by CXCallObserver from CallKit.framework
    Since:
    Available in iOS 4.0 and later.
    • Constructor Detail

      • CTCallCenter

        public CTCallCenter()
        Deprecated.
      • CTCallCenter

        protected CTCallCenter​(NSObject.Handle h,
                               long handle)
        Deprecated.
    • Method Detail

      • getCurrentCalls

        @Deprecated
        public NSSet<CTCall> getCurrentCalls()
        Deprecated.
        Deprecated in iOS 10.0. Replaced by
        Since:
        Available in iOS 4.0 and later.
      • getCallEventHandler

        @Deprecated
        public org.robovm.objc.block.VoidBlock1<CTCall> getCallEventHandler()
        Deprecated.
        Deprecated in iOS 10.0. Replaced by
        Since:
        Available in iOS 4.0 and later.
      • setCallEventHandler

        @Deprecated
        public void setCallEventHandler​(org.robovm.objc.block.VoidBlock1<CTCall> v)
        Deprecated.
        Deprecated in iOS 10.0. Replaced by
        Since:
        Available in iOS 4.0 and later.