ACSCallsUpdatedEventArgs 클래스
선언
@interface ACSCallsUpdatedEventArgs : NSObject;
Description
CallsUpdated 이벤트를 설명합니다.
메서드
속성
addedCalls
라이브러리에서 추적 중인 새 호출
@property (copy, nonnull, readonly) NSArray<ACSCall *> * addedCalls;
removedCalls
라이브러리에서 더 이상 추적되지 않는 호출
@property (copy, nonnull, readonly) NSArray<ACSCall *> * removedCalls;