-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class RiveFileRequest extends Request<File>
Custom Volley request to download and create Rive files over HTTP.
-
-
Constructor Summary
Constructors Constructor Description RiveFileRequest(String url, RendererType rendererType, Response.Listener<File> listener, Response.ErrorListener errorListener, FileAssetLoader assetLoader)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class app.rive.runtime.kotlin.RiveFileRequest
addMarker, cancel, compareTo, deliverError, finish, getBody, getBodyContentType, getCacheEntry, getCacheKey, getErrorListener, getHeaders, getMethod, getParams, getParamsEncoding, getPostBody, getPostBodyContentType, getPostParams, getPostParamsEncoding, getPriority, getRetryPolicy, getSequence, getTag, getTimeoutMs, getTrafficStatsTag, getUrl, hasHadResponseDelivered, isCanceled, markDelivered, notifyListenerResponseNotUsable, notifyListenerResponseReceived, parseNetworkError, sendEvent, setCacheEntry, setNetworkRequestCompleteListener, setRequestQueue, setRetryPolicy, setSequence, setShouldCache, setShouldRetryConnectionErrors, setShouldRetryServerErrors, setTag, shouldCache, shouldRetryConnectionErrors, shouldRetryServerErrors, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RiveFileRequest
RiveFileRequest(String url, RendererType rendererType, Response.Listener<File> listener, Response.ErrorListener errorListener, FileAssetLoader assetLoader)
-
-
-
-