LocalImageData
Represents an image stored as raw byte data. Useful when loading images dynamically (e.g., from memory or a cache).
Example:
val bytes = Res.readBytes("files/images/avatar.png")
AdaptyCustomAsset.LocalImageData(bytes)Content copied to clipboard
Parameters
data
raw image bytes.