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.store.testmode.models
/
SuperwallProductSubscription
Superwall
Product
Subscription
androidJvm
@
Serializable
data
class
SuperwallProductSubscription
(
val
period
:
SuperwallSubscriptionPeriod
,
val
periodCount
:
Int
=
1
,
val
trialPeriodDays
:
Int
?
=
null
)
(
source
)
Members
Constructors
Superwall
Product
Subscription
Link copied to clipboard
androidJvm
constructor
(
period
:
SuperwallSubscriptionPeriod
,
periodCount
:
Int
=
1
,
trialPeriodDays
:
Int
?
=
null
)
Properties
period
Link copied to clipboard
androidJvm
val
period
:
SuperwallSubscriptionPeriod
period
Count
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"period_count"
)
val
periodCount
:
Int
trial
Period
Days
Link copied to clipboard
androidJvm
@
SerialName
(
value
=
"trial_period_days"
)
val
trialPeriodDays
:
Int
?