toggle menu
BlueConic Android SDK
5.2.6
switch theme
search in API
BlueConic Android SDK
/
com.blueconic.impl
/
CommitLogImpl
/
EventCommitEntryImpl
Event
Commit
Entry
Impl
class
EventCommitEntryImpl
(
eventType
:
BlueConicClientImpl.EventType
)
:
Serializable
Entry for the commit log for events.
Members
Constructors
Event
Commit
Entry
Impl
Link copied to clipboard
constructor
(
eventType
:
BlueConicClientImpl.EventType
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
event
Count
Map
Link copied to clipboard
@get:
Synchronized
val
eventCountMap
:
Map
<
BlueConicClientImpl.EventType
,
Int
>
Functions
get
Count
Link copied to clipboard
@
Synchronized
fun
getCount
(
eventType
:
BlueConicClientImpl.EventType
)
:
Int
Returns the count of the event.
increment
Count
Link copied to clipboard
@
Synchronized
fun
incrementCount
(
eventType
:
BlueConicClientImpl.EventType
,
amount
:
Int
)
Increments count for the event.