AEPSetAction
@interface AEPSetAction : AEPAction
* A class that defines set animations.
-
* The playMode of animations in subList. - see: AliyunSetActionPlayMode. API_AVAILABLE(3.25.0)
Declaration
Objective-C
@property (nonatomic, readonly) AliyunSetActionPlayMode subSetMode;
-
* The array contains AliyunAction. API_AVAILABLE(3.25.0)
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<AEPAction *> *subList;