toggle menu
Adswizz SDK API
0.4.0
jvm
switch theme
search in API
Adswizz SDK API
/
com.ad.core.adFetcher.model
/
Tracking
Tracking
data
class
Tracking
@
JvmOverloads
constructor
(
val
value
:
String
=
""
,
val
event
:
String
?
=
null
,
val
offset
:
String
?
=
null
)
Members
Constructors
Tracking
Link copied to clipboard
@
JvmOverloads
constructor
(
value
:
String
=
""
,
event
:
String
?
=
null
,
offset
:
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
val
event
:
String
?
=
null
offset
Link copied to clipboard
val
offset
:
String
?
=
null
value
Link copied to clipboard
val
value
:
String
Functions
event
Type
Link copied to clipboard
fun
eventType
(
)
:
Tracking.EventType
?
offset
Type
Link copied to clipboard
fun
offsetType
(
)
:
Tracking.OffsetType
?