SyncStream
SyncStream is an ordered message delivery queue.
You can publish messages and listen for incoming messages.
To obtain an instance of a SyncStream use openStream.
Types
Functions
Link copied to clipboard
An optional unique name for this stream, assigned at creation time.
Link copied to clipboard
abstract fun publishMessage(data: JSONObject, listener: SuccessListener<String>)
Content copied to clipboard
Publish a new message to this message stream.
Link copied to clipboard
Remove the stream from the system, deleting it.
Link copied to clipboard
Set time to live for stream object in seconds.