TEALVisitorProfileCurrentVisit Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | NSCoding NSCopying  | 
| Declared in | TEALVisitorProfileCurrentVisit.h | 
Overview
Container object for attrubtes related only to a users current visit. Similar to the TEALVisitorProfile but contains only attributes related to the users current visit.
– creationTimestamp
	Time current visit was initiated
- (NSTimeInterval)creationTimestampReturn Value
interval as unix timestamp
Discussion
Time current visit was initiated
Declared In
TEALVisitorProfileCurrentVisit.h
– dates
	Dates this visitor’s profile is associated with.
- (NSArray *)datesReturn Value
Array of TEALVisitorProfileDateAttribute objects or nil if none exist
Discussion
Dates this visitor’s profile is associated with.
Declared In
TEALVisitorProfileCurrentVisit.h
– flags
	Flags this visitor’s profile is associated with.
- (NSArray *)flagsReturn Value
Array of TEALVisitorProfileFlagAttribute objects or nil if none exist
Discussion
Flags this visitor’s profile is associated with.
Declared In
TEALVisitorProfileCurrentVisit.h
– metrics
	Metrics this visitor’s profile is associated with.
- (NSArray *)metricsReturn Value
Array of TEALVisitorProfileMetricAttribute objects or nil if none exist
Discussion
Metrics this visitor’s profile is associated with.
Declared In
TEALVisitorProfileCurrentVisit.h
– properties
	Properties or “Traits” this visitor’s profile is associated with.
- (NSArray *)propertiesReturn Value
Array of TEALVisitorProfilePropertyAttribute objects or nil if none exist
Discussion
Properties or “Traits” this visitor’s profile is associated with.
Declared In
TEALVisitorProfileCurrentVisit.h
– totalEventCount
	Total number of events received during this current visit.
- (NSUInteger)totalEventCountReturn Value
count as an unsigned integer
Discussion
Total number of events received during this current visit.
Declared In
TEALVisitorProfileCurrentVisit.h