journalEventKinds

suspend fun journalEventKinds(): List<JournalEventEntity>

Retrieves the Journal events, meaning the events that one can log together with a journal entry. The events come from a fixed set which may be updated in the future, this function return the latest update to the JournalEventEntity.

Return

A list of JournalEventEntity

Throws

if the SDk was not initialised before.