ActivityIndicator
class ActivityIndicator constructor(val imageView: LottieAnimationView, @RawRes runningResId: Int = R.raw.mimi_lot_load, @RawRes successResId: Int = R.raw.mimi_lot_check, @RawRes failureResId: Int = R.raw.mimi_lot_cross, @RawRes networkFailureResId: Int = R.raw.mimi_lot_nointernet)
Takes an ImageView and animates the corresponding vector drawable for the current State.
Constructors
Types
Link copied to clipboard
The current state of this ActivityIndicator