|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HeartbeatCallback
Called back when a request for heartbeat succeeds or fails.
Method Summary | |
---|---|
void |
onFailure(FailureResponse failureResponse)
Called when failure occurs. |
void |
onSuccess(java.lang.String token)
Return the user specified token, when successful. |
Method Detail |
---|
void onSuccess(java.lang.String token)
token
- The user specified token.void onFailure(FailureResponse failureResponse)
failureResponse
- Contains information about
the failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |