HistoryEventPushHistoryRecord

class HistoryEventPushHistoryRecord : HistoryEvent

Custom event from the navigators history.

Parameters

eventTimestamp

timestamp of event seconds

type

the event type in the events log

properties

the json with properties of the event

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

eventTimestamp
Link copied to clipboard
open override val eventTimestamp: Double
timestamp of event seconds
properties
Link copied to clipboard
val properties: String
the json with properties of the event
type
Link copied to clipboard
val type: String
the event type in the events log