-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum LottieCancellationBehavior extends Enum<LottieCancellationBehavior>
Determines how the animation should behave if the calling CoroutineScope is cancelled.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description OnIterationFinishDelay cancellations until the current iteration has fully completed. This can be useful in state based transitions where you want one animation to finish its animation before continuing to the next.
ImmediatelyStop animation immediately and return early.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-