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

Enumerations

enum  CSWhiteboardTool {
  CSWhiteboardToolMove,
  CSWhiteboardToolDelete,
  CSWhiteboardToolPen,
  CSWhiteboardToolMarker,
  CSWhiteboardToolLineSmall,
  CSWhiteboardToolLineMedium,
  CSWhiteboardToolLineBig,
  CSWhiteboardToolRectangle,
  CSWhiteboardToolRectangleFilled,
  CSWhiteboardToolEllipse,
  CSWhiteboardToolEllipseFilled,
  CSWhiteboardToolStamp,
  CSWhiteboardToolTextSmall,
  CSWhiteboardToolTextMedium,
  CSWhiteboardToolTextBig
}
 Enum type indicating current whiteboard tool of CSIOSWhiteboardCanvas. More...
 

Enumeration Type Documentation

Enum type indicating current whiteboard tool of CSIOSWhiteboardCanvas.

See also
CSIOSWhiteboardCanvas::tool
Enumerator
CSWhiteboardToolMove 

Tool which enables user to move shape.

CSWhiteboardToolDelete 

Tool which enables user to delete shape.

CSWhiteboardToolPen 

Pen.

CSWhiteboardToolMarker 

Marker.

CSWhiteboardToolLineSmall 

Small size line.

CSWhiteboardToolLineMedium 

Medium size line.

CSWhiteboardToolLineBig 

Big size line.

CSWhiteboardToolRectangle 

Rectangle.

CSWhiteboardToolRectangleFilled 

Filled rectangle.

CSWhiteboardToolEllipse 

Ellipse.

CSWhiteboardToolEllipseFilled 

Filled ellipse.

CSWhiteboardToolStamp 

Stamp.

CSWhiteboardToolTextSmall 

Small size text.

CSWhiteboardToolTextMedium 

Medium size text.

CSWhiteboardToolTextBig 

Big size text.