class ActivityIndicator(val imageView: LottieAnimationView, @RawResrunningResId: Int = R.raw.mimi_lot_load, @RawRessuccessResId: Int = R.raw.mimi_lot_check, @RawResfailureResId: Int = R.raw.mimi_lot_cross)
Takes an ImageView and animates the corresponding vector drawable for the current State.
constructor(imageView: LottieAnimationView, @RawResrunningResId: Int = R.raw.mimi_lot_load, @RawRessuccessResId: Int = R.raw.mimi_lot_check, @RawResfailureResId: Int = R.raw.mimi_lot_cross)