Versions Compared

Key

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

Receive SMS - Message Polling

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.

...

method

parameters

return

receive

Code Block
String   username
String   passwordStringusernameStringpassword Option[] criteria
Code Block
Message[]

...