register Event

abstract fun registerEvent(eventId: String, type: String, eventDate: Long, eventOwnerId: String)

Query used to register a new event

Parameters

eventId

The identifier of the event

type

The type of the event

eventDate

The date when the event occurred

eventOwnerId

The identifier of the owner of the event


abstract fun registerEvent(eventId: String, type: String, eventDate: Long, extra: String, eventOwnerId: String)

Query used to register a new event

Parameters

eventId

The identifier of the event

type

The type of the event

eventDate

The date when the event occurred

extra

The extra information related to the event

eventOwnerId

The identifier of the owner of the event