Package 

Class FrescoFlipperRequestListener

  • All Implemented Interfaces:
    com.facebook.imagepipeline.listener.RequestListener , com.facebook.imagepipeline.producers.ProducerListener

    
    public class FrescoFlipperRequestListener
    extends BaseRequestListener
                        

    Fresco image RequestListener that logs events for Sonar.

    • Method Summary

      Modifier and Type Method Description
      void onRequestStart(ImageRequest request, Object callerContext, String requestId, boolean isPrefetch)
      • Methods inherited from class com.facebook.imagepipeline.listener.BaseRequestListener

        onProducerEvent, onProducerFinishWithCancellation, onProducerFinishWithFailure, onProducerFinishWithSuccess, onProducerStart, onRequestCancellation, onRequestFailure, onRequestStart, onRequestSuccess, onUltimateProducerReached, requiresExtraMap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FrescoFlipperRequestListener

        FrescoFlipperRequestListener(DebugImageTracker debugImageTracker)