readText method

Syntax
String ianywhere.qanywhere.client.QATextMessage.readText(
  int maxLength
)
throws QAException
Parameters
  • maxLength   The maximum number of characters to read.

Throws
  • Thrown if there is a problem retrieving the unread text.
Remarks

Returns unread text from the message.

Any additional unread text must be read by subsequent calls to this method. Text is read from the beginning of any unread text.

Returns

The text.