File

inline class File(fileName: String) : LottieCompositionSpec

Load an animation from an arbitrary file. Make sure that your app has permissions to read it or else this may fail.

Constructors

File
Link copied to clipboard
fun File(fileName: String)

Properties

fileName
Link copied to clipboard
val fileName: String