Uses of Interface
video.api.client.api.ApiCallback
-
Packages that use ApiCallback Package Description video.api.client.api video.api.client.api.clients -
-
Uses of ApiCallback in video.api.client.api
Methods in video.api.client.api with parameters of type ApiCallback Modifier and Type Method Description okhttp3.CallApiClient. buildCall(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 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 video.api.client.api with parameters of type ApiCallback Constructor Description ProgressRequestBody(okhttp3.RequestBody requestBody, ApiCallback callback)ProgressResponseBody(okhttp3.ResponseBody responseBody, ApiCallback callback) -
Uses of ApiCallback in video.api.client.api.clients
Methods in video.api.client.api.clients with parameters of type ApiCallback Modifier and Type Method Description okhttp3.CallCaptionsApi.APIlistRequest. buildCall(ApiCallback _callback)Build call for listokhttp3.CallChaptersApi.APIlistRequest. buildCall(ApiCallback _callback)Build call for listokhttp3.CallLiveStreamsApi.APIlistRequest. buildCall(ApiCallback _callback)Build call for listokhttp3.CallPlayerThemesApi.APIlistRequest. buildCall(ApiCallback _callback)Build call for listokhttp3.CallRawStatisticsApi.APIlistLiveStreamSessionsRequest. buildCall(ApiCallback _callback)Build call for listLiveStreamSessionsokhttp3.CallRawStatisticsApi.APIlistSessionEventsRequest. buildCall(ApiCallback _callback)Build call for listSessionEventsokhttp3.CallRawStatisticsApi.APIlistVideoSessionsRequest. buildCall(ApiCallback _callback)Build call for listVideoSessionsokhttp3.CallUploadTokensApi.APIlistRequest. buildCall(ApiCallback _callback)Build call for listokhttp3.CallVideosApi.APIlistRequest. buildCall(ApiCallback _callback)Build call for listokhttp3.CallWatermarksApi.APIlistRequest. buildCall(ApiCallback _callback)Build call for listokhttp3.CallWebhooksApi.APIlistRequest. buildCall(ApiCallback _callback)Build call for list
-