InAppMessageAnimation

Protocol

Declaration 

1@objc(SFMCSdkInAppMessageAnimation)
2public protocol InAppMessageAnimation
3
4var type: InAppMessageAnimationType { get }
5
6var duration: Int { get }

Cases 

type 

1var type: InAppMessageAnimationType { get }

duration 

1var duration: Int { get }