proximiant.sdk.api
Class ProximiantApiResult

java.lang.Object
  extended by proximiant.sdk.api.ProximiantApiResult

public class ProximiantApiResult
extends java.lang.Object

all Proximiant API are async style, we will send notification event once api returns a result.


Constructor Summary
ProximiantApiResult(java.lang.String type, java.lang.String response)
           
 
Method Summary
 org.json.JSONObject getJsonObject()
           
 java.lang.String getJsonString()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProximiantApiResult

public ProximiantApiResult(java.lang.String type,
                           java.lang.String response)
Method Detail

getType

public java.lang.String getType()

getJsonString

public java.lang.String getJsonString()

getJsonObject

public org.json.JSONObject getJsonObject()