FUNCTION NAME
DESCRIPTION
init(account:String, profile:String, environment:String)
Constructor for a TealiumConfig object.
getLogLevel() -> LogLevel
Get the current log level for the library's logging mechanism.
setLogLe...
To integrate the Tealium Swift Library:
Add to Project
Initialize
Track Events
Additional Info
- Swift 2+
Import the Tealium folder into your project. The library is made up of the following .swift files:
&n...
FUNCTION NAME
DESCRIPTION
addPersistentData(data : [String : AnyObject])
Add data to save with the library's persistent store.
deletePersistentData(keys : [String])
Remove saved data from the library's persistent store.
get...