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