ACSCallsUpdatedEventArgs Class

Declaration

@interface ACSCallsUpdatedEventArgs : NSObject;

Description

Describes a CallsUpdated event

Methods

Properties

addedCalls

New calls being tracked by the library

@property (copy, nonnull, readonly) NSArray<ACSCall *> * addedCalls;

removedCalls

Calls that are no longer tracked by the library

@property (copy, nonnull, readonly) NSArray<ACSCall *> * removedCalls;