lottie-compose
/
com.airbnb.lottie.compose
/
LottieCompositionSpec
/
JsonString
Json
String
data class
JsonString
(jsonString:
String
, cacheKey:
String
?) :
LottieCompositionSpec
Content copied to clipboard
Load an animation from its json string.
Constructors
Properties
Constructors
JsonString
Link copied to clipboard
fun
JsonString
(jsonString:
String
, cacheKey:
String
? = null)
Content copied to clipboard
Properties
cacheKey
Link copied to clipboard
val
cacheKey
:
String
? = null
Content copied to clipboard
jsonString
Link copied to clipboard
val
jsonString
:
String
Content copied to clipboard