ImageTransformation

data class ImageTransformation(    val rotationInDegree: Int = 0,     val cropRectangle: Rect? = null,     var imageUrl: String? = null,     var imageId: String? = null)

Constructors

Link copied to clipboard
fun ImageTransformation(    rotationInDegree: Int = 0,     cropRectangle: Rect? = null,     imageUrl: String? = null,     imageId: String? = null)

Functions

Link copied to clipboard
fun isUrlEmpty(): Boolean
Link copied to clipboard
fun toMap(): Map<String, String>

Properties

Link copied to clipboard
val cropRectangle: Rect? = null
Link copied to clipboard
var imageId: String? = null
Link copied to clipboard
var imageUrl: String? = null
Link copied to clipboard
val rotationInDegree: Int = 0