TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
lifecycle
/
com.tealium.prism.lifecycle
/
ManualTrackingException
Manual
Tracking
Exception
class
ManualTrackingException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
TealiumException
Exception class thrown when a lifecycle event was tracked manually, but autotracking is enabled.
Members
Constructors
Manual
Tracking
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?