setAnimation

fun setAnimation(@RawRes rawRes: Int)

Setter for animation from a file in the raw directory.


fun setAnimation(assetName: String)
fun setAnimation(stream: InputStream?, cacheKey: String? = null)
fun setAnimation(stream: ZipInputStream?, cacheKey: String? = null)