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.session
/
AppSessionManager
/
Factory
Factory
androidJvm
interface
Factory
:
AppManagerDelegate
,
DeviceHelperFactory
,
UserAttributesEventFactory
(
source
)
Inheritors
DependencyContainer
Members
Functions
did
Update
App
Session
Link copied to clipboard
androidJvm
abstract
suspend
fun
didUpdateAppSession
(
appSession
:
AppSession
)
make
Device
Info
Link copied to clipboard
androidJvm
abstract
fun
makeDeviceInfo
(
)
:
DeviceInfo
make
Is
Sandbox
Link copied to clipboard
androidJvm
abstract
fun
makeIsSandbox
(
)
:
Boolean
make
Session
Device
Attributes
Link copied to clipboard
androidJvm
abstract
suspend
fun
makeSessionDeviceAttributes
(
)
:
HashMap
<
String
,
Any
>
make
User
Attributes
Event
Link copied to clipboard
androidJvm
abstract
fun
makeUserAttributesEvent
(
)
:
InternalSuperwallEvent.Attributes