journalEntries

fun journalEntries(): Flow<List<JournalEntry>>

This functions returns the full journal of the device, meaning all entries with the corresponding events. Checkout JournalEntry for a complete description of how the journal entries are organized.

Return

A flow with a list of JournalEntry

Throws

if the SDk was not initialised before.