-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.producers.ProducerContextCallbacks
public class BaseProducerContextCallbacks implements ProducerContextCallbacks
Empty implementation of ProducerContextCallbacks.
-
-
Constructor Summary
Constructors Constructor Description BaseProducerContextCallbacks()
-
Method Summary
Modifier and Type Method Description UnitonCancellationRequested()Method that is called when a client cancels the request. UnitonIsPrefetchChanged()Method that is called when a request is no longer a prefetch, or vice versa. UnitonIsIntermediateResultExpectedChanged()Method that is called when intermediate results start or stop being expected. UnitonPriorityChanged()Method that is called when the priority of the request changes. -
-
Method Detail
-
onCancellationRequested
Unit onCancellationRequested()
Method that is called when a client cancels the request.
-
onIsPrefetchChanged
Unit onIsPrefetchChanged()
Method that is called when a request is no longer a prefetch, or vice versa.
-
onIsIntermediateResultExpectedChanged
Unit onIsIntermediateResultExpectedChanged()
Method that is called when intermediate results start or stop being expected.
-
onPriorityChanged
Unit onPriorityChanged()
Method that is called when the priority of the request changes.
-
-
-
-