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.product
/
PlayStoreProduct
Play
Store
Product
androidJvm
@
Serializable
(
with
=
PlayStoreProductSerializer::class
)
data
class
PlayStoreProduct
(
val
store
:
Store
=
Store.PLAY_STORE
,
val
productIdentifier
:
String
,
val
basePlanIdentifier
:
String
,
val
offer
:
Offer
)
(
source
)
Members
Constructors
Play
Store
Product
Link copied to clipboard
androidJvm
constructor
(
store
:
Store
=
Store.PLAY_STORE
,
productIdentifier
:
String
,
basePlanIdentifier
:
String
,
offer
:
Offer
)
Properties
base
Plan
Identifier
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"base_plan_identifier"
)
val
basePlanIdentifier
:
String
full
Identifier
Link copied to clipboard
androidJvm
val
fullIdentifier
:
String
offer
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"offer"
)
val
offer
:
Offer
product
Identifier
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"product_identifier"
)
val
productIdentifier
:
String
store
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"store"
)
val
store
:
Store