ReactImageManager

constructor(draweeControllerBuilder: AbstractDraweeControllerBuilder<*, *, *, *>? = null, globalImageLoadListener: GlobalImageLoadListener? = null, callerContextFactory: ReactCallerContextFactory? = null)


constructor(draweeControllerBuilder: AbstractDraweeControllerBuilder<*, *, *, *>?, callerContext: Any?)
constructor(draweeControllerBuilder: AbstractDraweeControllerBuilder<*, *, *, *>?, globalImageLoadListener: GlobalImageLoadListener?, callerContext: Any?)

Deprecated

Use the constructor with ReactCallerContextFactory instead

Replace with

ReactImageManager(draweeControllerBuilder, globalImageLoadListener, callerContextFactory)

Alternative constructor which allows to provide a callerContext as an Object