Class ExtractedHideOverlayRelatedData
-
- All Implemented Interfaces:
public final class ExtractedHideOverlayRelatedDataExtracted data needed to create a HideOverlayAction
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final AnimationTypeoutroAnimationTypeprivate final LongoutroAnimationDuration
-
Constructor Summary
Constructors Constructor Description ExtractedHideOverlayRelatedData(String id, AnimationType outroAnimationType, Long outroAnimationDuration)
-
Method Summary
Modifier and Type Method Description final StringgetId()final AnimationTypegetOutroAnimationType()final LonggetOutroAnimationDuration()-
-
Method Detail
-
getOutroAnimationType
final AnimationType getOutroAnimationType()
-
getOutroAnimationDuration
final Long getOutroAnimationDuration()
-
-
-
-