class NetworkRequestHelper
Does the HTTP GET request to the backend. Uses EventBus to communicate back to the SDK user
timeout - set the connection timeout in ms
<init> |
Does the HTTP GET request to the backend. Uses EventBus to communicate back to the SDK user NetworkRequestHelper(timeout: Long) |
doHttpGetRequestAsync |
Does a request to the backend. Will communicate back over EventBus to the SDK user. fun doHttpGetRequestAsync(request: NetworkRequest): Unit |