Avaya Client Services API Reference (iOS)
Enumerations
CSDataCollectionChangeType.h File Reference

Enumerations

enum  CSDataCollectionChangeType {
  CSDataCollectionChangeTypeAdded,
  CSDataCollectionChangeTypeUpdated,
  CSDataCollectionChangeTypeDeleted,
  CSDataCollectionChangeTypeCleared
}
 An enumeration used to describe the type of change that has occurred to a data collection. More...
 

Enumeration Type Documentation

An enumeration used to describe the type of change that has occurred to a data collection.

Enumerator
CSDataCollectionChangeTypeAdded 

One or more items have been added to the data collection.

CSDataCollectionChangeTypeUpdated 

One or more items in the data collection have changed.

CSDataCollectionChangeTypeDeleted 

One or more items have been deleted from the data collection.

CSDataCollectionChangeTypeCleared 

The entire data collection has been cleared (i.e.

all items removed).