선언
@interface ACSCallsUpdatedEventArgs : NSObject;
Description
CallsUpdated 이벤트에 대해 설명합니다.
메서드
속성
추가된 호출
라이브러리에서 추적하는 새 호출
@property (copy, nonnull, readonly) NSArray<ACSCall *> * addedCalls;
removed통화
라이브러리에서 더 이상 추적하지 않는 호출
@property (copy, nonnull, readonly) NSArray<ACSCall *> * removedCalls;