InAppMessageAnimationType
@objc(SFMCSdkInAppMessageAnimationType)
public enum InAppMessageAnimationType : Int
-
Represents an unsupported or unrecognized animation type.
Declaration
Swift
case unknown = -1 -
Declaration
Swift
case fade = 0 -
Declaration
Swift
case slideTop -
Declaration
Swift
case slideBottom -
Declaration
Swift
case slideLeft -
Declaration
Swift
case slideRight -
Declaration
Swift
case none
InAppMessageAnimationType Enumeration Reference