Android Client SDK
The Android Client SDK for W3bstream implements the message protocol to send data to a W3bstream node.
The Android SDK is a Work in Progress.
Import
w3bstream
into your project and sync it:implementation 'com.w3bstream:w3bstream-android:1.0.0'
private val w3bStream by lazy {
W3bStream.build(HttpService())
}
val response = w3bStream.publishEvent(url, payload, publisherKey, publisherToken)
Last modified 4mo ago