LocalImageFile

data class LocalImageFile(val path: String) : AdaptyCustomAsset

References an image file stored on the device file system. Use this if your image is located outside the app bundle.

Example:

AdaptyCustomAsset.LocalImageFile("/storage/emulated/0/Download/preview.png")

Parameters

path

absolute path to the image file.

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard