| Package | Description |
|---|---|
| com.autocheckinsurance.sdk | |
| com.autocheckinsurance.sdk.api |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
VehicleApi.calcRiskAsync(String xApiKey,
String xAutotecId,
RiskCalculationRequest request,
ApiCallback<RiskCalculationResponse> callback)
Calculate Risk of Loss for Requested Vehicles (asynchronously)
Method for calculating Loss Risk Prediction for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleApi.calcRiskPlusAsync(String xApiKey,
String xAutotecId,
RiskCalculationRequest request,
ApiCallback<RiskCalculationPlusResponse> callback)
Calculate Risk of Loss and return Full History for Requested Vehicles (asynchronously)
Method for calculating Loss Risk Prediction and returning Full History for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleHistoryApi.historyDiscrepancyAsync(String xApiKey,
String xAutotecId,
HistoryRequest request,
ApiCallback<HistoryResponse> callback)
Retrieve Odometer Discrepancy Activity for Requested Vehicles (asynchronously)
Method to retrieve odometer discrepancy history for a list of vehicles.
|
com.squareup.okhttp.Call |
VehicleHistoryApi.historyFullAsync(String xApiKey,
String xAutotecId,
HistoryRequest request,
ApiCallback<HistoryResponse> callback)
Retrieve Historical Activity for Requested Vehicles (asynchronously)
Method to retrieve vehicle history and ownership data (if authorized) for a list of vehicles.
|
com.squareup.okhttp.Call |
DefaultApi.vehicleHistoryDiscrepancyOptionsAsync(ApiCallback<Empty> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
DefaultApi.vehicleHistoryFullOptionsAsync(ApiCallback<Empty> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
DefaultApi.vehicleRiskOptionsAsync(ApiCallback<Empty> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
DefaultApi.vehicleRiskPlusOptionsAsync(ApiCallback<Empty> callback)
(asynchronously)
|
Copyright © 2019. All rights reserved.