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.network.device
/
DeviceHelper
/
Factory
Factory
androidJvm
interface
Factory
:
IdentityInfoFactory
,
LocaleIdentifierFactory
,
JsonFactory
,
StoreTransactionFactory
,
IdentityManagerFactory
,
ExperimentalPropertiesFactory
,
OptionsFactory
(
source
)
Inheritors
DependencyContainer
Members
Functions
active
Product
Ids
Link copied to clipboard
androidJvm
abstract
suspend
fun
activeProductIds
(
)
:
List
<
String
>
experimental
Properties
Link copied to clipboard
androidJvm
abstract
fun
experimentalProperties
(
)
:
Map
<
String
,
Any
>
json
Link copied to clipboard
androidJvm
open
fun
json
(
)
:
Json
make
Identity
Info
Link copied to clipboard
androidJvm
abstract
suspend
fun
makeIdentityInfo
(
)
:
IdentityInfo
make
Identity
Manager
Link copied to clipboard
androidJvm
abstract
suspend
fun
makeIdentityManager
(
)
:
IdentityManager
make
Locale
Identifier
Link copied to clipboard
androidJvm
abstract
fun
makeLocaleIdentifier
(
)
:
String
?
make
Store
Transaction
Link copied to clipboard
androidJvm
abstract
suspend
fun
makeStoreTransaction
(
transaction
:
Purchase
)
:
StoreTransaction
make
Superwall
Options
Link copied to clipboard
androidJvm
abstract
fun
makeSuperwallOptions
(
)
:
SuperwallOptions