Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Client can poll for incoming messages via the following call. Criteria is provided an array of Option (see below for a list of valid criteria specifications). An array of Message is returned upon each call. In the case of error, an array contains a single Message with Subject field set to the corresponding error code is returned.

Note

Only messages in response to SMS that have had a replyTo value set to "inbox:" will be retrieved.

method

parameters

return

receive

Code Block

String   username
String   password
Option[] criteria
Code Block

Message[]

Polling criteria include:

...