You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* Master configuration class for the image pipeline library.
*
* To use:
* <code>
* ImagePipelineConfig config = ImagePipelineConfig.newBuilder()
* .setXXX(xxx)
* .setYYY(yyy)
* .build();
* ImagePipelineFactory factory = new ImagePipelineFactory(config);
* ImagePipeline pipeline = factory.newPipeline();
* </code>
*
* <p>This should only be done once per process.
*/
public class ImagePipelineConfig {
I cannot find newPipeline() in ImagePipelineFactory.
The text was updated successfully, but these errors were encountered:
I cannot find
newPipeline()
inImagePipelineFactory
.The text was updated successfully, but these errors were encountered: