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.analytics.superwall
/
TransactionProduct
/
Period
Period
androidJvm
data
class
Period
(
val
alt
:
String
,
val
ly
:
String
,
val
unit
:
SubscriptionPeriod.Unit
,
val
days
:
Int
,
val
weeks
:
Int
,
val
months
:
Int
,
val
years
:
Int
)
(
source
)
Members
Constructors
Period
Link copied to clipboard
androidJvm
constructor
(
alt
:
String
,
ly
:
String
,
unit
:
SubscriptionPeriod.Unit
,
days
:
Int
,
weeks
:
Int
,
months
:
Int
,
years
:
Int
)
Properties
alt
Link copied to clipboard
androidJvm
val
alt
:
String
days
Link copied to clipboard
androidJvm
val
days
:
Int
ly
Link copied to clipboard
androidJvm
val
ly
:
String
months
Link copied to clipboard
androidJvm
val
months
:
Int
unit
Link copied to clipboard
androidJvm
val
unit
:
SubscriptionPeriod.Unit
weeks
Link copied to clipboard
androidJvm
val
weeks
:
Int
years
Link copied to clipboard
androidJvm
val
years
:
Int