IIn App Message Image View
interface IInAppMessageImageView
IInAppMessageImageView is a unifying interface for android.view.View implementations that hold in-app message images, defining the required radius and cropping behavior for in-app messages images.
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun setCornersRadiiPx(topLeft: Float, topRight: Float, bottomLeft: Float, bottomRight: Float)
Instruct the view to use the given radii for its corners.
Link copied to clipboard
Instruct the view to use the given radius for its corners.
Link copied to clipboard
Instruct the view to use android.widget.ImageView.ScaleType.CENTER_CROP or equivalent.
Link copied to clipboard