Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-loc-marketing
/
com.mapsted.locmarketing.model
/
PopupNotify
Popup
Notify
open
class
PopupNotify
Members
Constructors
Popup
Notify
Link copied to clipboard
constructor
(
campaignId
:
String
,
@
Nullable
iconImageUrl
:
String
,
headline
:
String
,
body
:
String
,
@
Nullable
title
:
String
,
imagesList
:
List
<
String
>
,
negativeButton
:
String
,
positiveButtonData
:
PositiveButtonData
)
Properties
body
Link copied to clipboard
@
Expose
open
var
body
:
String
campaign
Id
Link copied to clipboard
@
Expose
open
var
campaignId
:
String
headline
Link copied to clipboard
@
Expose
open
var
headline
:
String
icon
Image
Url
Link copied to clipboard
@
Expose
open
val
iconImageUrl
:
String
images
List
Link copied to clipboard
@
Expose
open
var
imagesList
:
List
<
String
>
negative
Button
Link copied to clipboard
@
Expose
open
var
negativeButton
:
String
positive
Button
Data
Link copied to clipboard
@
Expose
open
var
positiveButtonData
:
PositiveButtonData
title
Link copied to clipboard
@
Expose
open
var
title
:
String