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

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
open override val eventTimestamp: Double
Link copied to clipboard
val properties: String
Link copied to clipboard
val type: String