-
- All Implemented Interfaces:
public interface IHttpDelegateProvider
This interface defines the methods used by the voice SDK for triggering the http requests
-
-
Method Summary
Modifier and Type Method Description abstract Unit
httpPost(String url, HashMap<String, String> requestHeader, ByteArray requestData)
abstract Unit
httpPut(String url, HashMap<String, String> requestHeader, ByteArray requestData)
abstract Unit
httpGet(String url, HashMap<String, String> requestHeader)
abstract Boolean
isConnected()
-