-
- All Implemented Interfaces:
-
com.facebook.fresco.ui.common.ImagePerfNotifier
public class ImagePerfDataNotifier implements ImagePerfNotifier
Listens to ImagePerfState update notifications and turns them into ImagePerfData notifications
-
-
Constructor Summary
Constructors Constructor Description ImagePerfDataNotifier(ImagePerfDataListener perfDataListener)
-
Method Summary
Modifier and Type Method Description UnitnotifyListenersOfVisibilityStateUpdate(ImagePerfState state, VisibilityState visibilityState)UnitnotifyStatusUpdated(ImagePerfState state, ImageLoadStatus imageLoadStatus)-
-
Constructor Detail
-
ImagePerfDataNotifier
ImagePerfDataNotifier(ImagePerfDataListener perfDataListener)
-
-
Method Detail
-
notifyListenersOfVisibilityStateUpdate
Unit notifyListenersOfVisibilityStateUpdate(ImagePerfState state, VisibilityState visibilityState)
-
notifyStatusUpdated
Unit notifyStatusUpdated(ImagePerfState state, ImageLoadStatus imageLoadStatus)
-
-
-
-