CorrelationData
class CorrelationData
| kotlin.Any | |
| ↳ | com.google.android.gms.dtdi.analytics.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 | 
        |
|---|---|
| AnalyticsInfo | 
            
             Get the DeviceAnalyticsInfo contained in this instance.  | 
        
| Identifiers | 
            
             Get the currently valid identifiers from this correlation data.  | 
        
            Companion functions | 
        |
|---|---|
| CorrelationData | 
            createFromAnalyticsInfo(analyticsInfo: AnalyticsInfo)Restores an instance of CorrelationData from its serialized form.  | 
        
| CorrelationData | 
            
             Creates a brand new instance with new CID and EDIDs.  | 
        
| CorrelationData | 
            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.