Compartir a través de


ACSCallsUpdatedEventArgs (Clase)

Declaración

@interface ACSCallsUpdatedEventArgs : NSObject;

Description

Describe un evento CallsUpdated

Methods

Propiedades

addedCalls

Nuevas llamadas rastreadas por la biblioteca

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

removedCalls

Llamadas de las que la biblioteca ya no realiza un seguimiento

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