Dela via


ACSCallsUpdatedEventArgs-klass

Deklaration

@interface ACSCallsUpdatedEventArgs : NSObject;

Description

Beskriver en CallsUpdated-händelse

Methods

Egenskaper

tillagda samtal

Nya samtal spåras av biblioteket

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

borttagnasamtal

Samtal som inte längre spåras av biblioteket

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