Interface for implementing a network client on a platform.
fun sendRequest(request: HttpRequest, callback: HttpResponseCallback): Unit
Method for handling requests from SDK.
request
HttpRequest
Request to be sent.
callback
HttpResponseCallback
Object with callbacks for sending and receiving data.
Unit