Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RPCManager.send(DSCallback callback, DSRequest requestProperties)?

    Is there a RPCManager.send(DSCallback callback, DSRequest requestProperties) to submit a request and make use of its callback?

    I only find
    RPCManager.send(String data, RPCCallback callback, Map requestParams) method
    How can set my request URL in this method?

    OR

    How can I specify DSCallback to process the response in the following mthod?
    RPCManager.sendRequest(RPCRequest rpcRequestProperties)
Working...
X