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.ui
Package-level
declarations
Types
Types
Entitlement
Selection
Link copied to clipboard
androidJvm
@
Serializable
data
class
EntitlementSelection
(
val
identifier
:
String
,
val
state
:
EntitlementStateOption
=
EntitlementStateOption.Inactive
,
val
offerType
:
OfferTypeOption
=
OfferTypeOption.None
)
Entitlement
State
Option
Link copied to clipboard
androidJvm
@
Serializable
enum
EntitlementStateOption
:
Enum
<
EntitlementStateOption
>
Offer
Type
Option
Link copied to clipboard
androidJvm
@
Serializable
enum
OfferTypeOption
:
Enum
<
OfferTypeOption
>
Purchase
Simulation
Result
Link copied to clipboard
androidJvm
sealed
class
PurchaseSimulationResult