Image

@ObjCName(name = "TeyaRowElementImage", exact = true)
data class Image(val imageToPrint: Image, val align: Align = Align.Left) : RowElement

Represents an image element that can be displayed within a receipt row.

This class is part of the RowElement hierarchy, specifically representing an image to be included in the receipt. The image can be aligned within the row based on the provided alignment.

Constructors

Link copied to clipboard
constructor(imageToPrint: Image, align: Align = Align.Left)

Properties

Link copied to clipboard

Specifies the horizontal alignment of the image within the receipt row. By default, the image is aligned to the left.

Link copied to clipboard
val imageToPrint: Image

The com.teya.unifiedepossdk.Image to be displayed. See com.teya.unifiedepossdk.Image