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
Push Models Module v1.0.2
/
com.salesforce.marketingcloud.pushmodels.data
/
Media
Media
data
class
Media
(
val
url
:
String
,
val
altText
:
Text
?
=
null
,
val
style
:
Style
?
=
null
,
val
actions
:
List
<
Action
>
?
=
listOf()
)
:
PushView
,
Parcelable
Members
Constructors
Media
Link copied to clipboard
constructor
(
url
:
String
,
altText
:
Text
?
=
null
,
style
:
Style
?
=
null
,
actions
:
List
<
Action
>
?
=
listOf()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
actions
Link copied to clipboard
open
override
val
actions
:
List
<
Action
>
?
alt
Text
Link copied to clipboard
val
altText
:
Text
?
style
Link copied to clipboard
open
override
val
style
:
Style
?
url
Link copied to clipboard
val
url
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String