com.ouattararomuald.slider / ImageLoader / EventListener / onImageViewConfiguration
onImageViewConfiguration
abstract fun onImageViewConfiguration(imageView: ImageView): Unit
Called before the image is loaded in the imageView.
You can use this method to customize the image view.
Parameters
imageView - ImageView that will be used to display the image.