Storage

interface Storage

Types

Link copied to clipboard
enum Constants : Enum<Storage.Constants>

Functions

Link copied to clipboard
abstract suspend fun getEventsString(content: Any): String
Link copied to clipboard
abstract fun getResponseHandler(eventPipeline: EventPipeline, configuration: Configuration, scope: CoroutineScope, dispatcher: CoroutineDispatcher, events: Any, eventsString: String): ResponseHandler
Link copied to clipboard
abstract fun read(key: Storage.Constants): String?
Link copied to clipboard
abstract fun readEventsContent(): List<Any>
Link copied to clipboard
abstract suspend fun rollover()
Link copied to clipboard
abstract suspend fun write(key: Storage.Constants, value: String)
Link copied to clipboard
abstract suspend fun writeEvent(event: BaseEvent)

Inheritors

Link copied to clipboard
Link copied to clipboard