-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum LottieFeatureFlag
-
-
Field Summary
Fields Modifier and Type Field Description public final intminRequiredSdkVersion
-
Enum Constant Summary
Enum Constants Enum Constant Description MergePathsApi19Merge paths currently don't work if the the operand shape is entirely contained within thefirst shape. If you need to cut out one shape from another shape, use an even-odd fill typeinstead of using merge paths.
-
Method Summary
Modifier and Type Method Description static Array<LottieFeatureFlag>values()static LottieFeatureFlagvalueOf(String name)-
-
Method Detail
-
values
static Array<LottieFeatureFlag> values()
-
valueOf
static LottieFeatureFlag valueOf(String name)
-
-
-
-