Package 

Class RiveFileRequest

  • All Implemented Interfaces:
    kotlin.Comparable

    
    public final class RiveFileRequest
    extends Request<File>
                        

    Custom Volley request to download and create Rive files over HTTP.

    • 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