CallsUpdatedEvent Class
- java.
lang. Object - com.
azure. android. communication. calling. CallsUpdatedEvent
- com.
public class CallsUpdatedEvent
Describes a CallsUpdated event
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
| List<Call> |
getAddedCalls()
New calls being tracked by the library |
| List<Call> |
getRemovedCalls()
Calls that are no longer tracked by the library |
Method Details
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getAddedCalls
public List<Call> getAddedCalls()
New calls being tracked by the library
getRemovedCalls
public List<Call> getRemovedCalls()
Calls that are no longer tracked by the library