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
/
AttributionManager
Attribution
Manager
androidJvm
class
AttributionManager
(
val
storage
:
Storage
,
val
track
:
suspend
(
TrackableSuperwallEvent
)
->
Unit
,
val
ioScope
:
IOScope
=
IOScope()
,
val
redeemAfterSetting
:
(
)
->
Unit
,
val
vendorId
:
(
)
->
VendorId
)
(
source
)
Members
Constructors
Attribution
Manager
Link copied to clipboard
androidJvm
constructor
(
storage
:
Storage
,
track
:
suspend
(
TrackableSuperwallEvent
)
->
Unit
,
ioScope
:
IOScope
=
IOScope()
,
redeemAfterSetting
:
(
)
->
Unit
,
vendorId
:
(
)
->
VendorId
)
Properties
integration
Attributes
Link copied to clipboard
androidJvm
val
integrationAttributes
:
Map
<
String
,
String
>
io
Scope
Link copied to clipboard
androidJvm
val
ioScope
:
IOScope
last
Integration
Job
Link copied to clipboard
androidJvm
var
lastIntegrationJob
:
Job
?
redeem
After
Setting
Link copied to clipboard
androidJvm
val
redeemAfterSetting
:
(
)
->
Unit
storage
Link copied to clipboard
androidJvm
val
storage
:
Storage
track
Link copied to clipboard
androidJvm
val
track
:
suspend
(
TrackableSuperwallEvent
)
->
Unit
vendor
Id
Link copied to clipboard
androidJvm
val
vendorId
:
(
)
->
VendorId
Functions
set
Integration
Attributes
Link copied to clipboard
androidJvm
fun
setIntegrationAttributes
(
attributes
:
Map
<
AttributionProvider
,
String
>
)