TwitterStreamListener Activity - Output Tab

The output changes with the stream type you select in the General tab.

Depending on the type of the stream, the stream listener activity feeds different messages as Pojo objects. The output for the activity is as follows:
  • PublicStream: Public streams offer samples of the public data flowing through Twitter.
  • UserStream: User streams flow single-user streams, containing roughly all of the data corresponding with a single user's view of Twitter. Messages are delivered as directMessage, status or user objects.

See http://dev.twitter.com for information regarding public streams and user streams.