Package 

Class BytesRequest

  • All Implemented Interfaces:
    kotlin.Comparable

    
    public final class BytesRequest
    extends Request<ByteArray>
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      BytesRequest(String url, Function1<ByteArray, Unit> onResponse, Response.ErrorListener errorListener)
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class app.rive.runtime.kotlin.core.BytesRequest

        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

      • BytesRequest

        BytesRequest(String url, Function1<ByteArray, Unit> onResponse, Response.ErrorListener errorListener)