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.config.options
/
SuperwallOptions
/
NetworkEnvironment
Network
Environment
androidJvm
open
class
NetworkEnvironment
(
val
hostDomain
:
String
)
(
source
)
Inheritors
Release
ReleaseCandidate
Developer
Custom
Members
Constructors
Network
Environment
Link copied to clipboard
androidJvm
constructor
(
hostDomain
:
String
)
Types
Custom
Link copied to clipboard
androidJvm
class
Custom
(
val
baseHost
:
String
,
val
collectorHost
:
String
,
val
scheme
:
String
,
val
port
:
Int
?
)
:
SuperwallOptions.NetworkEnvironment
Developer
Link copied to clipboard
androidJvm
class
Developer
:
SuperwallOptions.NetworkEnvironment
Release
Link copied to clipboard
androidJvm
class
Release
:
SuperwallOptions.NetworkEnvironment
Release
Candidate
Link copied to clipboard
androidJvm
class
ReleaseCandidate
:
SuperwallOptions.NetworkEnvironment
Properties
base
Host
Link copied to clipboard
androidJvm
open
val
baseHost
:
String
collector
Host
Link copied to clipboard
androidJvm
open
val
collectorHost
:
String
enrichment
Host
Link copied to clipboard
androidJvm
open
val
enrichmentHost
:
String
host
Domain
Link copied to clipboard
androidJvm
open
val
hostDomain
:
String
port
Link copied to clipboard
androidJvm
open
val
port
:
Int
?
scheme
Link copied to clipboard
androidJvm
open
val
scheme
:
String
subscription
Host
Link copied to clipboard
androidJvm
open
val
subscriptionHost
:
String