-
@Deprecated() public interface CreateOneLinkHttpTask.ResponseListener
Listener for short one link attribution response
-
-
Method Summary
Modifier and Type Method Description abstract voidonResponse(String oneLinkUrl)abstract voidonResponseError(String message)-
-
Method Detail
-
onResponse
@WorkerThread() abstract void onResponse(String oneLinkUrl)
-
onResponseError
@WorkerThread() abstract void onResponseError(String message)
-
-
-
-