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
/
TrialPeriod
Trial
Period
androidJvm
data
class
TrialPeriod
(
val
days
:
Int
,
val
weeks
:
Int
,
val
months
:
Int
,
val
years
:
Int
,
val
text
:
String
,
val
endAt
:
Date
?
)
(
source
)
Members
Constructors
Trial
Period
Link copied to clipboard
androidJvm
constructor
(
days
:
Int
,
weeks
:
Int
,
months
:
Int
,
years
:
Int
,
text
:
String
,
endAt
:
Date
?
)
Properties
days
Link copied to clipboard
androidJvm
val
days
:
Int
end
At
Link copied to clipboard
androidJvm
val
endAt
:
Date
?
months
Link copied to clipboard
androidJvm
val
months
:
Int
text
Link copied to clipboard
androidJvm
val
text
:
String
weeks
Link copied to clipboard
androidJvm
val
weeks
:
Int
years
Link copied to clipboard
androidJvm
val
years
:
Int