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
/
SuperwallEntitlementRef
Superwall
Entitlement
Ref
androidJvm
@
Serializable
data
class
SuperwallEntitlementRef
(
val
identifier
:
String
,
val
type
:
String
?
=
null
)
(
source
)
Members
Constructors
Superwall
Entitlement
Ref
Link copied to clipboard
androidJvm
constructor
(
identifier
:
String
,
type
:
String
?
=
null
)
Properties
identifier
Link copied to clipboard
androidJvm
val
identifier
:
String
type
Link copied to clipboard
androidJvm
val
type
:
String
?