Superwall Android SDK
Toggle table of contents
0.0.0-docs
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Superwall Android SDK
Superwall Android SDK
/
com.superwall.sdk.models.postback
/
PostbackProduct
Postback
Product
androidJvm
@
Serializable
data
class
PostbackProduct
(
val
identifier
:
String
,
val
productVariables
:
Map
<
String
,
@
Serializable
(
with
=
AnySerializer::class
)
Any
>
,
val
product
:
SWProduct
)
(
source
)
Members
Constructors
Postback
Product
Link copied to clipboard
androidJvm
constructor
(
identifier
:
String
,
productVariables
:
Map
<
String
,
@
Serializable
(
with
=
AnySerializer::class
)
Any
>
,
product
:
SWProduct
)
constructor
(
product
:
StoreProduct
)
Properties
identifier
Link copied to clipboard
androidJvm
val
identifier
:
String
product
Link copied to clipboard
androidJvm
val
product
:
SWProduct
product
Variables
Link copied to clipboard
androidJvm
val
productVariables
:
Map
<
String
,
@
Serializable
(
with
=
AnySerializer::class
)
Any
>