Skip to content

Instantly share code, notes, and snippets.

@fvasco
Created July 17, 2017 13:06
Show Gist options
  • Save fvasco/5e3cdaa92aa77def37d2e3dc17728a87 to your computer and use it in GitHub Desktop.
Save fvasco/5e3cdaa92aa77def37d2e3dc17728a87 to your computer and use it in GitHub Desktop.
private val lsClient = LightstreamerClient(
resources.getString(R.string.host),
"DEMO")
.apply {
connect()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment