Uses of Interface
cz.fidentis.analyst.engines.face.facemasksapi.invoker.ApiCallback
Packages that use ApiCallback
Package
Description
-
Uses of ApiCallback in cz.fidentis.analyst.engines.face.facemasksapi
Methods in cz.fidentis.analyst.engines.face.facemasksapi with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.Call
FaceMasksApi.faceMasksV1FaceMasksPostAsync
(Set<FaceMaskVariant> parts, File objFile, File textureFile, ApiCallback<List<FaceMask>> _callback) Face Masks (asynchronously)okhttp3.Call
FaceMasksApi.faceMasksV1FaceMasksPostCall
(Set<FaceMaskVariant> parts, File objFile, File textureFile, ApiCallback _callback) Build call for faceMasksV1FaceMasksPost -
Uses of ApiCallback in cz.fidentis.analyst.engines.face.facemasksapi.invoker
Methods in cz.fidentis.analyst.engines.face.facemasksapi.invoker with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.Call
ApiClient.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.Request
ApiClient.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> void
ApiClient.executeAsync
(okhttp3.Call call, ApiCallback<T> callback) <T> void
ApiClient.executeAsync
(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.Constructors in cz.fidentis.analyst.engines.face.facemasksapi.invoker with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody
(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody
(okhttp3.ResponseBody responseBody, ApiCallback callback)