CorrelationData
class CorrelationData
Direct use of CorrelationData
is not supported.
Tracks identifiers and their lifespans so that identifiers expire after a period of time.
Summary
Public methods
Get the DeviceAnalyticsInfo contained in this instance.
Get the currently valid identifiers from this correlation data.
Companion functions
createFromAnalyticsInfo
( analyticsInfo
:
AnalyticsInfo
)
Restores an instance of CorrelationData from its serialized form.
createNew
()
Creates a brand new instance with new CID and EDIDs.
createParentFromChild
( childCorrelationData
:
CorrelationData
)
Recreates a parent CorrelationData from a child CorrelationData .
Public methods
getAnalyticsInfo
fun getAnalyticsInfo ( ) : AnalyticsInfo
Get the DeviceAnalyticsInfo contained in this instance.
getIdentifiers
fun getIdentifiers ( ) : Identifiers
Get the currently valid identifiers from this correlation data.
Companion functions
createFromAnalyticsInfo
fun createFromAnalyticsInfo ( analyticsInfo : AnalyticsInfo ) : CorrelationData
Restores an instance of CorrelationData from its serialized form.
createParentFromChild
fun createParentFromChild ( childCorrelationData : CorrelationData ) : CorrelationData
Recreates a parent CorrelationData from a child CorrelationData .

