Package com.tapjoy
Class TJConnectListener
java.lang.Object
com.tapjoy.TJConnectListener
- All Implemented Interfaces:
com.tapjoy.TJConnectInterface
Interface for the Tapjoy connect call.
Used to notify the app when the connect call succeeds, fails or contains warnings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonConnectFailure(int code, String message) Callback when connect fails.voidCallback when connect is successful.voidonConnectWarning(int code, String message) Callback when there is a warning during connect.
-
Constructor Details
-
TJConnectListener
public TJConnectListener()
-
-
Method Details
-
onConnectSuccess
public void onConnectSuccess()Callback when connect is successful.- Specified by:
onConnectSuccessin interfacecom.tapjoy.TJConnectInterface
-
onConnectFailure
Callback when connect fails.- Specified by:
onConnectFailurein interfacecom.tapjoy.TJConnectInterface- Parameters:
code- The error code.message- The error message.- Since:
- 13.2.0
-
onConnectWarning
Callback when there is a warning during connect.- Specified by:
onConnectWarningin interfacecom.tapjoy.TJConnectInterface
-