| Package | Description |
|---|---|
| com.feedhenry.sdk | |
| com.feedhenry.sdk.sync |
| Modifier and Type | Method and Description |
|---|---|
static FHActRequest |
FH.buildActRequest(String pRemoteAction,
JSONObject pParams)
Deprecated.
|
static FHAuthRequest |
FH.buildAuthRequest()
Builds an instance of FHAuthRequest object to perform an authentication request.
|
static FHAuthRequest |
FH.buildAuthRequest(String pPolicyId)
Builds an instance of FHAuthRequest object to perform an authentication request with an auth policy id set.
|
static FHAuthRequest |
FH.buildAuthRequest(String pPolicyId,
String pUserName,
String pPassword)
Builds an instance of FHAuthRequest to perform an authentication request with an auth policy id,
user name, and password set.
|
static FHCloudRequest |
FH.buildCloudRequest(String pPath,
String pMethod,
cz.msebera.android.httpclient.Header[] pHeaders,
JSONObject pParams)
Builds an instance of FHCloudRequest to call cloud APIs.
|
static void |
FH.cloud(String pPath,
String pMethod,
cz.msebera.android.httpclient.Header[] pHeaders,
JSONObject pParams,
FHActCallback pCallback)
Calls cloud APIs asynchronously.
|
static String |
FH.getCloudHost()
Gets the cloud host.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FHSyncClient.listCollisions(String pDataId,
FHActCallback pCallback)
Lists sync collisions in dataset with id pDataId.
|
void |
FHSyncClient.removeCollision(String pDataId,
String pCollisionHash,
FHActCallback pCallback)
Removes a sync collision record in the dataset with id pDataId.
|
Copyright © 2016 Red Hat. All rights reserved.