| com.feedhenry.sdk.FH.buildActRequest(String, JSONObject) |
| com.feedhenry.sdk.api.FHAuthSession.clear(boolean)
please use com.feedhenry.sdk.api2.FHAuthSession.clear instead
|
| com.feedhenry.sdk.FHHttpClient.delete(String, Header[], JSONObject, FHActCallback, boolean)
please use com.feedhenry.sdk2.FHHttpClient.delete instead
|
| com.feedhenry.sdk.api.FHAuthSession.exists()
please use com.feedhenry.sdk.api2.FHAuthSession.exists instead
|
| com.feedhenry.sdk.FHHttpClient.get(String, Header[], JSONObject, FHActCallback, boolean)
please use com.feedhenry.sdk2.FHHttpClient.get instead
|
| com.feedhenry.sdk.AppProps.getAppMode() |
| com.feedhenry.sdk.api.FHAuthSession.getToken()
please use com.feedhenry.sdk.api2.FHAuthSession.getToken instead
|
| com.feedhenry.sdk.FHHttpClient.post(String, Header[], JSONObject, FHActCallback, boolean)
please use com.feedhenry.sdk2.FHHttpClient.post instead
|
| com.feedhenry.sdk.FHHttpClient.put(String, Header[], JSONObject, FHActCallback, boolean)
please use com.feedhenry.sdk2.FHHttpClient.put instead
|
| com.feedhenry.sdk.api.FHAuthSession.save(String)
please use com.feedhenry.sdk.api2.FHAuthSession.save instead
|
| com.feedhenry.sdk.FHHttpClient.setHttpProxy(HttpHost)
please use com.feedhenry.sdk2.FHHttpClient.setHttpProxy instead
|
| com.feedhenry.sdk.FHHttpClient.setTimeout(int)
please use com.feedhenry.sdk2.FHHttpClient.setTimeout instead
|
| com.feedhenry.sdk.api.FHAuthSession.verify(FHAuthSession.Callback, boolean)
please use com.feedhenry.sdk.api2.FHAuthSession.verify instead
|