-
- All Implemented Interfaces:
-
retrofit2.Callback
public final class SMSAPIServiceImpl implements Callback<ResponseBody>
-
-
Constructor Summary
Constructors Constructor Description SMSAPIServiceImpl(Context context, Long earliestMessageDate, Long latestMessageDate, List<JsonObject> apiMsgList, String Android_id, SmsBodyData apiObj, String apiString, SdkCallback parent_callback)
-
Method Summary
Modifier and Type Method Description UnitonResponse(Call<ResponseBody> call, Response<ResponseBody> response)UnitonFailure(Call<ResponseBody> call, Throwable t)-
-
Constructor Detail
-
SMSAPIServiceImpl
SMSAPIServiceImpl(Context context, Long earliestMessageDate, Long latestMessageDate, List<JsonObject> apiMsgList, String Android_id, SmsBodyData apiObj, String apiString, SdkCallback parent_callback)
-
-
Method Detail
-
onResponse
Unit onResponse(Call<ResponseBody> call, Response<ResponseBody> response)
-
-
-
-