toggle menu
Adswizz API SDK
8.0.1
androidJvm
switch theme
search in API
adswizz-core
/
com.ad.core.adFetcher.model
/
Tracking
Tracking
data
class
Tracking
@
JvmOverloads
constructor
(
var
value
:
String
=
""
,
var
event
:
String
?
=
null
,
var
offset
:
String
?
=
null
,
var
xmlString
:
String
?
=
null
)
:
VastDataClassInterface
Members
Constructors
Tracking
Link copied to clipboard
@
JvmOverloads
constructor
(
value
:
String
=
""
,
event
:
String
?
=
null
,
offset
:
String
?
=
null
,
xmlString
:
String
?
=
null
)
Types
Event
Type
Link copied to clipboard
enum
EventType
:
Enum
<
Tracking.EventType
>
Metric
Type
Link copied to clipboard
enum
MetricType
:
Enum
<
Tracking.MetricType
>
Offset
Type
Link copied to clipboard
sealed
class
OffsetType
Properties
event
Link copied to clipboard
var
event
:
String
?
offset
Link copied to clipboard
var
offset
:
String
?
value
Link copied to clipboard
var
value
:
String
xml
String
Link copied to clipboard
open
override
var
xmlString
:
String
?
Functions
event
Type
Link copied to clipboard
fun
eventType
(
)
:
Tracking.EventType
?
offset
Type
Link copied to clipboard
fun
offsetType
(
)
:
Tracking.OffsetType
?