LocalVideoFile

data class LocalVideoFile(val path: String) : AdaptyCustomAsset

References a video stored on the device file system.

Parameters

path

absolute path to the video file.

Constructors

Link copied to clipboard
constructor(path: String)

Properties

Link copied to clipboard