|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FHAct
Representing a request call to FeedHenry. All the requests are executed on a background thread so that the main UI thread does not freeze. The callback function will be executed on the main UI thread.
Method Summary | |
---|---|
void |
executeAsync()
Execute the request asynchronously. |
void |
executeAsync(FHActCallback pCallback)
Execute the request asynchronously. |
void |
setCallback(FHActCallback pCallback)
Set the callback function to be executed when the action is finished. |
void |
setUDID(java.lang.String pUDID)
Set the client unique id (device id) for the request |
Method Detail |
---|
void setCallback(FHActCallback pCallback)
pCallback
- the callback functionvoid executeAsync() throws java.lang.Exception
setCallback(FHActCallback pCallback)
when the request finishes.
java.lang.Exception
void executeAsync(FHActCallback pCallback) throws java.lang.Exception
pCallback
- the callback function
java.lang.Exception
void setUDID(java.lang.String pUDID)
pUDID
- the unique device id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |