Salesforce Marketing Cloud Unified SDK
Toggle table of contents
11.0.0
Select version
11.0.0
10.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Salesforce Marketing Cloud Unified SDK
In App Messaging Models Module v1.0.0
/
com.salesforce.marketingcloud.inappmessaging.models
/
InAppMessage
/
Animation
Animation
data
class
Animation
(
val
type
:
InAppMessage.Animation.AnimationType
?
=
null
,
val
duration
:
Int
=
450
)
:
Parcelable
Members
Constructors
Animation
Link copied to clipboard
constructor
(
type
:
InAppMessage.Animation.AnimationType
?
=
null
,
duration
:
Int
=
450
)
Types
Animation
Type
Link copied to clipboard
enum
AnimationType
:
Enum
<
InAppMessage.Animation.AnimationType
>
Properties
duration
Link copied to clipboard
@
JvmField
val
duration
:
Int
type
Link copied to clipboard
@
JvmField
val
type
:
InAppMessage.Animation.AnimationType
?