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
/
Shadow
Shadow
data
class
Shadow
(
val
length
:
InAppMessage.Size
?
=
null
,
val
color
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Shadow
Link copied to clipboard
constructor
(
length
:
InAppMessage.Size
?
=
null
,
color
:
String
?
=
null
)
Properties
color
Link copied to clipboard
@
JvmField
val
color
:
String
?
length
Link copied to clipboard
@
JvmField
val
length
:
InAppMessage.Size
?