Skip to content

Commit

Permalink
Tealium Android Library 5.5.1 (#54)
Browse files Browse the repository at this point in the history
* Tealium Android Library 5.5.1

* 5.5.1 aar file
  • Loading branch information
tamayok authored and jameskeith committed Oct 24, 2018
1 parent 5c3050f commit 775cb01
Show file tree
Hide file tree
Showing 152 changed files with 857 additions and 698 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Change Log
- 5.5.1
- Support for [HTTP Collect API](https://community.tealiumiq.com/t5/Universal-Data-Hub/Tealium-Collect-HTTP-API/ta-p/16893)
- Added millisecond-precise timestamp variable
- timestamp_unix_milliseconds
- VDataDispatcher renamed to CollectDispatcher
- CollectDispatch sends data to account/profile provided in Tealium.Config instead of sending to "main"
- Lifecycle (1.1.1) fix erroneous lifecycle_diddetectcrash on launch
- 5.5.0
- Initial Consent Manager Release
- New Event Attributes with Consent Manager
Expand Down
6 changes: 3 additions & 3 deletions Documentation/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:02 PDT 2018 -->
<title>All Classes</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -24,6 +24,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/tealium/collect/listeners/BadgeUpdateListener.html" title="interface in com.tealium.collect.listeners" target="classFrame"><span class="interfaceName">BadgeUpdateListener</span></a></li>
<li><a href="com/tealium/collect/attribute/BaseAttribute.html" title="class in com.tealium.collect.attribute" target="classFrame">BaseAttribute</a></li>
<li><a href="com/tealium/internal/listeners/BatteryUpdateListener.html" title="interface in com.tealium.internal.listeners" target="classFrame"><span class="interfaceName">BatteryUpdateListener</span></a></li>
<li><a href="com/tealium/internal/dispatcher/CollectDispatcher.html" title="class in com.tealium.internal.dispatcher" target="classFrame">CollectDispatcher</a></li>
<li><a href="com/tealium/internal/listeners/CollectHttpErrorListener.html" title="interface in com.tealium.internal.listeners" target="classFrame"><span class="interfaceName">CollectHttpErrorListener</span></a></li>
<li><a href="com/tealium/internal/listeners/CollectHttpResponseListener.html" title="interface in com.tealium.internal.listeners" target="classFrame"><span class="interfaceName">CollectHttpResponseListener</span></a></li>
<li><a href="com/tealium/collect/listeners/CollectUpdateListener.html" title="interface in com.tealium.collect.listeners" target="classFrame"><span class="interfaceName">CollectUpdateListener</span></a></li>
Expand Down Expand Up @@ -72,7 +73,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/tealium/internal/listeners/TraceUpdateListener.html" title="interface in com.tealium.internal.listeners" target="classFrame"><span class="interfaceName">TraceUpdateListener</span></a></li>
<li><a href="com/tealium/internal/data/UserConsentPreferences.html" title="class in com.tealium.internal.data" target="classFrame">UserConsentPreferences</a></li>
<li><a href="com/tealium/internal/listeners/UserConsentPreferencesUpdateListener.html" title="interface in com.tealium.internal.listeners" target="classFrame"><span class="interfaceName">UserConsentPreferencesUpdateListener</span></a></li>
<li><a href="com/tealium/internal/dispatcher/VDataDispatcher.html" title="class in com.tealium.internal.dispatcher" target="classFrame">VDataDispatcher</a></li>
<li><a href="com/tealium/collect/visitor/VisitorProfile.html" title="class in com.tealium.collect.visitor" target="classFrame">VisitorProfile</a></li>
<li><a href="com/tealium/collect/visitor/VisitorProfile.Builder.html" title="class in com.tealium.collect.visitor" target="classFrame">VisitorProfile.Builder</a></li>
<li><a href="com/tealium/collect/listeners/VisitorProfileUpdateListener.html" title="interface in com.tealium.collect.listeners" target="classFrame"><span class="interfaceName">VisitorProfileUpdateListener</span></a></li>
Expand Down
6 changes: 3 additions & 3 deletions Documentation/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:02 PDT 2018 -->
<title>All Classes</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -24,6 +24,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/tealium/collect/listeners/BadgeUpdateListener.html" title="interface in com.tealium.collect.listeners"><span class="interfaceName">BadgeUpdateListener</span></a></li>
<li><a href="com/tealium/collect/attribute/BaseAttribute.html" title="class in com.tealium.collect.attribute">BaseAttribute</a></li>
<li><a href="com/tealium/internal/listeners/BatteryUpdateListener.html" title="interface in com.tealium.internal.listeners"><span class="interfaceName">BatteryUpdateListener</span></a></li>
<li><a href="com/tealium/internal/dispatcher/CollectDispatcher.html" title="class in com.tealium.internal.dispatcher">CollectDispatcher</a></li>
<li><a href="com/tealium/internal/listeners/CollectHttpErrorListener.html" title="interface in com.tealium.internal.listeners"><span class="interfaceName">CollectHttpErrorListener</span></a></li>
<li><a href="com/tealium/internal/listeners/CollectHttpResponseListener.html" title="interface in com.tealium.internal.listeners"><span class="interfaceName">CollectHttpResponseListener</span></a></li>
<li><a href="com/tealium/collect/listeners/CollectUpdateListener.html" title="interface in com.tealium.collect.listeners"><span class="interfaceName">CollectUpdateListener</span></a></li>
Expand Down Expand Up @@ -72,7 +73,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="com/tealium/internal/listeners/TraceUpdateListener.html" title="interface in com.tealium.internal.listeners"><span class="interfaceName">TraceUpdateListener</span></a></li>
<li><a href="com/tealium/internal/data/UserConsentPreferences.html" title="class in com.tealium.internal.data">UserConsentPreferences</a></li>
<li><a href="com/tealium/internal/listeners/UserConsentPreferencesUpdateListener.html" title="interface in com.tealium.internal.listeners"><span class="interfaceName">UserConsentPreferencesUpdateListener</span></a></li>
<li><a href="com/tealium/internal/dispatcher/VDataDispatcher.html" title="class in com.tealium.internal.dispatcher">VDataDispatcher</a></li>
<li><a href="com/tealium/collect/visitor/VisitorProfile.html" title="class in com.tealium.collect.visitor">VisitorProfile</a></li>
<li><a href="com/tealium/collect/visitor/VisitorProfile.Builder.html" title="class in com.tealium.collect.visitor">VisitorProfile.Builder</a></li>
<li><a href="com/tealium/collect/listeners/VisitorProfileUpdateListener.html" title="interface in com.tealium.collect.listeners"><span class="interfaceName">VisitorProfileUpdateListener</span></a></li>
Expand Down
4 changes: 2 additions & 2 deletions Documentation/com/tealium/adidentifier/AdIdentifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>AdIdentifier</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions Documentation/com/tealium/adidentifier/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>com.tealium.adidentifier</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions Documentation/com/tealium/adidentifier/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>com.tealium.adidentifier</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions Documentation/com/tealium/adidentifier/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>com.tealium.adidentifier Class Hierarchy</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>AttributeGroup</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>AudienceAttribute</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>BadgeAttribute</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>BaseAttribute</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>DateAttribute</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>FlagAttribute</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>MetricAttribute</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>PropertyAttribute</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>com.tealium.collect.attribute</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>com.tealium.collect.attribute</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions Documentation/com/tealium/collect/attribute/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>com.tealium.collect.attribute Class Hierarchy</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>AudienceUpdateListener</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>BadgeUpdateListener</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>CollectUpdateListener</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>DateUpdateListener</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>FlagUpdateListener</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>MetricUpdateListener</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>PropertyUpdateListener</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>VisitorProfileUpdateListener</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>com.tealium.collect.listeners</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>com.tealium.collect.listeners</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions Documentation/com/tealium/collect/listeners/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Aug 03 11:29:34 PDT 2018 -->
<!-- Generated by javadoc (1.8.0_152-release) on Tue Oct 23 10:51:01 PDT 2018 -->
<title>com.tealium.collect.listeners Class Hierarchy</title>
<meta name="date" content="2018-08-03">
<meta name="date" content="2018-10-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Loading

0 comments on commit 775cb01

Please sign in to comment.