EventsFileStorage

interface EventsFileStorage

Functions

Link copied to clipboard
abstract fun getEventCallback(insertId: String): EventCallBack?
Link copied to clipboard
abstract suspend fun getEventsString(content: Any): String
Link copied to clipboard
abstract fun readEventsContent(): List<Any>
Link copied to clipboard
abstract fun removeEventCallback(insertId: String)
Link copied to clipboard
abstract fun removeFile(filePath: String): Boolean
Link copied to clipboard
abstract suspend fun rollover()
Link copied to clipboard
abstract fun splitEventFile(filePath: String, events: JSONArray)

Inheritors

Link copied to clipboard