Package com.tapjoy

Interface TJActionRequest


public interface TJActionRequest
Interface definition for a request of action to be performed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the request is cancelled.
    void
    Called when the request is completed.
    Used to get the identifier for the request.
    Used to get the token for the request.
  • 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.