public interface TJConnectListener
Tapjoy.connect(android.content.Context, java.lang.String, java.util.Hashtable, TJConnectListener)
should implement this class so it can receive the callback on whether the
connect call is successful or not.Modifier and Type | Method and Description |
---|---|
void |
onConnectFailure()
Callback when connect fails.
|
void |
onConnectSuccess()
Callback when connect is successful.
|