CurrentVisit
Reference guide for CurrentVisit class and methods provided by Tealium for Android (Kotlin).
Class: CurrentVisit
The CurrentVisit
contains all data associated with the current visitor profile from the Tealium Customer Data Hub. It has the same API as the VisitorProfile
with one additional property: createdAt
.
createdAt
Returns the timestamp describing the time at which this Current Visit object was created.
visitorProfile.currentVisit?.let { visit ->
Log.d("VisitorService", "Visit created at ${visit.createdAt}")
}
This page was last updated: January 7, 2023