Skip navigation links

Lightstreamer Android Client SDK 2.0.2 API Reference

This Android library enables any Android application to communicate bidirectionally with the Lightstreamer Server.

See: Description

Packages 
Package Description
com.lightstreamer.client  
This Android library enables any Android application to communicate bidirectionally with the Lightstreamer Server. The API allows to subscribe to real-time data pushed by the server and to send any message to the server.

The library exposes a fully asynchronous API. All the API calls that require any action from the library itself are queued for processing by a dedicated thread before being carried out. The same thread is also used to carry notifications for the appropriate listeners as provided by the custom code. Blocking operations and internal housekeeping are performed on different threads.

The library offers automatic recovery from connection failures, automatic selection of the best available transport, and full decoupling of subscription and connection operations. The subscriptions are always meant as subscriptions "to the LightstreamerClient", not "to the Server"; the LightstreamerClient is responsible of forwarding the subscriptions to the Server and re-forwarding all the subscriptions whenever the connection is broken and then reopened.

Start digging into the API from the LightstreamerClient object.

Note: as of version 2.0.0, the Android client library does not contain Mobile Push Notifications (MPN) APIs. They will be added in a subsequent release of the Unified Client API model. In the meantime, you can still have full MPN functionalities by using the previous client library 1.2.x, which is still available and supported.
Skip navigation links