Uses of Interface
org.openapitools.client.ApiCallback
Packages that use ApiCallback
-
Uses of ApiCallback in org.openapitools.client
Methods in org.openapitools.client with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallApiClient.buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.RequestApiClient.buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> voidApiClient.executeAsync(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.<T> voidApiClient.executeAsync(okhttp3.Call call, ApiCallback<T> callback) Constructors in org.openapitools.client with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.CallBarcodeLookupApi.barcodeLookupEanLookupAsync(String value, ApiCallback<BarcodeLookupResponse> _callback) Lookup EAN barcode value, return product data (asynchronously) Lookup an input EAN barcode and return key details about the productokhttp3.CallBarcodeLookupApi.barcodeLookupEanLookupCall(String value, ApiCallback _callback) Build call for barcodeLookupEanLookupokhttp3.CallBarcodeScanApi.barcodeScanImageAdvancedAsync(File imageFile, ApiCallback<BarcodeAdvancedScanResult> _callback) Advanced AI scan and recognition of an image of one or more barcodes of any type (asynchronously) Scan an image or photo of a barcode and return the result with enhanced accuracy, particularlly for low quality inputs using Advanced AI.okhttp3.CallBarcodeScanApi.barcodeScanImageAdvancedCall(File imageFile, ApiCallback _callback) Build call for barcodeScanImageAdvancedokhttp3.CallBarcodeScanApi.barcodeScanImageAdvancedQRAsync(File imageFile, String preprocessing, String recognitionMode, ApiCallback<BarcodeScanQRAdvancedResult> _callback) Advanced AI scan and recognition of an image of one or more QR barcodes (asynchronously) Scan an image or photo of a QR barcode and return the result.okhttp3.CallBarcodeScanApi.barcodeScanImageAdvancedQRCall(File imageFile, String preprocessing, String recognitionMode, ApiCallback _callback) Build call for barcodeScanImageAdvancedQRokhttp3.CallBarcodeScanApi.barcodeScanImageAsync(File imageFile, ApiCallback<BarcodeScanResult> _callback) Scan and recognize an image of a barcode (asynchronously) Scan an image or photo of a barcode and return the result.okhttp3.CallBarcodeScanApi.barcodeScanImageCall(File imageFile, ApiCallback _callback) Build call for barcodeScanImageokhttp3.CallGenerateBarcodeApi.generateBarcodeCode128Async(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a EAN-13 code barcode as PNG file (asynchronously) Validates and generate a EAN-13 barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeCode128Call(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeCode128okhttp3.CallGenerateBarcodeApi.generateBarcodeEAN13Async(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a EAN-13 code barcode as PNG file (asynchronously) Validates and generate a EAN-13 barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeEAN13Call(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeEAN13okhttp3.CallGenerateBarcodeApi.generateBarcodeEAN8Async(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a EAN-8 code barcode as PNG file (asynchronously) Validates and generate a EAN-8 barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeEAN8Call(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeEAN8okhttp3.CallGenerateBarcodeApi.generateBarcodeQRCodeAsync(String value, Integer width, Integer height, ApiCallback<byte[]> _callback) Generate a QR code barcode as PNG file (asynchronously) Generate a QR code barcode as a PNG file, a type of 2D barcode which can encode free-form text informationokhttp3.CallGenerateBarcodeApi.generateBarcodeQRCodeCall(String value, Integer width, Integer height, ApiCallback _callback) Build call for generateBarcodeQRCodeokhttp3.CallGenerateBarcodeApi.generateBarcodeUPCAAsync(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a UPC-A code barcode as PNG file (asynchronously) Validate and generate a UPC-A barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeUPCACall(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeUPCAokhttp3.CallGenerateBarcodeApi.generateBarcodeUPCEAsync(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback<byte[]> _callback) Generate a UPC-E code barcode as PNG file (asynchronously) Validates and generate a UPC-E barcode as a PNG file, a type of 1D barcodeokhttp3.CallGenerateBarcodeApi.generateBarcodeUPCECall(String value, Integer width, Integer height, Boolean includeLabel, ApiCallback _callback) Build call for generateBarcodeUPCE