ProactiveActionDataMessageContent
public struct ProactiveActionDataMessageContent
Represents info abount a content of a proactive action data message.
-
Message content body
Declaration
Swift
public let bodyText: String?
-
Message content headline
Declaration
Swift
public let headlineText: String?
-
Message content secondary headline
Declaration
Swift
public let headlineSecondaryText: String?
-
Message content image uri
Declaration
Swift
public let image: String?
-
Declaration
Swift
public init(bodyText: String? = nil, headlineText: String? = nil, headlineSecondaryText: String? = nil, image: String? = nil)
Parameters
bodyText
The body.
headlineText
The headline.
headlineSecondaryText
The secondary headline.
image
The image.