Package com.tapjoy
Interface TJActionRequest
public interface TJActionRequest
Interface definition for a request of action to be performed.
-
Method Summary
-
Method Details
-
getRequestId
String getRequestId()Used to get the identifier for the request.- Returns:
- The identifier for the request.
-
getToken
String getToken()Used to get the token for the request.- Returns:
- The token for the request.
-
completed
void completed()Called when the request is completed. -
cancelled
void cancelled()Called when the request is cancelled.
-