toggle menu
BlueConic Android SDK
5.2.6
switch theme
search in API
BlueConic Android SDK
/
com.blueconic.impl
/
CommitLogImpl
/
TimelineCommitEntryImpl
Timeline
Commit
Entry
Impl
class
TimelineCommitEntryImpl
(
eventType
:
String
,
properties
:
MutableMap
<
String
,
Any
>
?
)
:
Serializable
Entry for the commit log for timeline events.
Members
Constructors
Timeline
Commit
Entry
Impl
Link copied to clipboard
constructor
(
eventType
:
String
,
properties
:
MutableMap
<
String
,
Any
>
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
event
Type
Link copied to clipboard
@get:
Synchronized
val
eventType
:
String
properties
Link copied to clipboard
@get:
Synchronized
@set:
Synchronized
var
properties
:
MutableMap
<
String
,
Any
>