public interface TJSetUserIDListener
Tapjoy.setUserID(String)
should implement this class so it can receive the callback on whether the
setUserId call is successful or not.Modifier and Type | Method and Description |
---|---|
void |
onSetUserIDFailure(java.lang.String error)
Callback when setUserID fails.
|
void |
onSetUserIDSuccess()
Callback when setUserID is successful.
|