iosMain.lottie.lottieComposition.LottieCompositionSpec.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kottie Show documentation
Show all versions of kottie Show documentation
Kotlin Multiplatform Animation Library
package lottie.lottieComposition
internal sealed interface LottieCompositionSpec {
value class Url(val url: String) : LottieCompositionSpec
value class File (val path: String) : LottieCompositionSpec
value class JsonString(val jsonString: String) : LottieCompositionSpec
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy