setImageType

fun TtRoundedImageCardView.setImageType(imageType: ImageType?, @ColorInt tintableIconTint: Int?)

Updates the radius and tint of the TtRoundedImageCardView based on the imageType. tintableIconTint will be applied to TtRoundedImageCardView.ttImageTint while the imageType is ImageType.TINTABLE_ICON. If imageType is null the radius and tint are cleared.