Event

class Event(val version: Int = DEFAULT_EVENT_VERSION, val eventTypeId: String, val data: Bundle)

Event generated on the Nav App side of the IPC connection.

Parameters

version

the version of the event, should ease basic versioning

eventTypeId

same as IpcEventsSource.eventTypeId

data

any payload of this particular event

Constructors

Link copied to clipboard
constructor(version: Int = DEFAULT_EVENT_VERSION, eventTypeId: String, data: Bundle)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard