Avaya Client Services API Reference (iOS)
Classes | Enumerations
CSBasicShape.h File Reference
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>

Classes

class  CSBasicShape
 Base class for shapes that can be drawn on whiteboard surface. More...
 

Enumerations

enum  CSShapeSelectionStatus {
  CSShapeSelectionPending,
  CSShapeSelectionConfirmed,
  CSShapeSelectionError
}
 Enum indicating selection status of CSBasicShape on the server side. More...
 

Enumeration Type Documentation

Enum indicating selection status of CSBasicShape on the server side.

In other words, if our action is confirmed by server.

See also
selectionStatus
Enumerator
CSShapeSelectionPending 

Response from server not received yet.

CSShapeSelectionConfirmed 

Shape has been successfully sent to server and response has been received.

CSShapeSelectionError 

Server returned an error.