Skip navigation links

Lightstreamer Android Client 1.2 API Specification

The Android Client Library is made up of one single package "com.lightstreamer.ls_client" which exposes a simple interface to communicate with Lightstreamer Server, by opening and closing a connection, performing subscriptions and unsubscriptions and receiving data.
Clients can use it by creating an object of type LSClient.

See: Description

Packages 
Package Description
com.lightstreamer.ls_client  
com.lightstreamer.ls_client.mpn  
The Android Client Library is made up of one single package "com.lightstreamer.ls_client" which exposes a simple interface to communicate with Lightstreamer Server, by opening and closing a connection, performing subscriptions and unsubscriptions and receiving data.
Clients can use it by creating an object of type LSClient. Each LSClient object manages a private connection to Lightstreamer Server.
Skip navigation links